Html Css Color HEX #B848D9 Medium Orchid

📋 copy color: '#B848D9'

red 184 ◦ green 72 ◦ blue 217

#B848D9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #B848D9

Tints of Medium Orchid #B848D9

RGB

 RED value IS 184 (72.27% from 255) = 38.9%

 GREEN value IS 72 (28.52% from 255) = 15.22%

 BLUE value IS 217 (85.16% from 255) = 45.88%

R = 38.9%
G = 15.22%
B = 45.88%

CMYK

 C value IS 0.15

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B848D9 (or 0xB848D9) is known color: Medium Orchid. HEX triplet: B8, 48 and D9. RGB value is (184,72,217). Sum of RGB (Red+Green+Blue) = 184+72+217=473 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.90% from 473); Green value is 72 (28.52% from 255 or 15.22% from 473); Blue value is 217 (85.16% from 255 or 45.88% from 473); Max value from RGB is 217 - color contains mainly: blue. Hex color #B848D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B848D9 is #47B726. Grayscale: #797979. Windows color (decimal): -4699943 or 14239928. OLE color: 14239928.

HSL color Cylindrical-coordinate representation of color #B848D9: hue angle of 286.34º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B848D9 is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 184 72 217 -
CMYK 0.15 0.67 0 0.15
HSL 286.34º 0.66% 0.57% -
HSV(B) 286.34º 0.67% 0.85% -
XYZ 34.61 19.83 67.65 -
YUV 122.02 181.61 172.21 -
System Red Green Blue C M Y K H S L
Decimal 184 72 217 0.15 0.67 0 0.15 286.34 0.66 0.57
Hex B8 48 D9 F 43 0 F 11E 42 39
Octal 270 110 331 17 103 0 17 436 102 71
Binary 10111000 1001000 11011001 1111 1000011 0 1111 100011110 1000010 111001

Color Harmonies of #B848D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B848D9

Black with #B848D9

Text Example


Text Example

White with #B848D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B848D9; }

 p { color: rgb(184,72,217); }

 H1.HeaderClassName
 {
   color: #B848D9;
 }
 .AnyTagClassName
 {
   color: #B848D9;
 }
</style>

background-color css

<style>
 a { background-color: #B848D9; }

 a { background-color: rgb(184,72,217); }

 div.DivClassName
 {
   background-color: #B848D9;
 }
 .BgClassName
 {
   background-color: #B848D9;
 }
</style>

border-color css

<style>
 span { border-color: #B848D9; }

 span { border-color: rgb(184,72,217); }

 td.TdClassName
 {
   border-color: #B848D9;
 }
 .TagClassName
 {
   border-color: #B848D9;
 }
</style>