Html Css Color HEX #B86DD2 Medium Orchid

📋 copy color: '#B86DD2'

red 184 ◦ green 109 ◦ blue 210

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

Shades of Medium Orchid #B86DD2

Tints of Medium Orchid #B86DD2

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.67%

 BLUE value IS 210 (82.42% from 255) = 41.75%

R = 36.58%
G = 21.67%
B = 41.75%

CMYK

 C value IS 0.12

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B86DD2 (or 0xB86DD2) is known color: Medium Orchid. HEX triplet: B8, 6D and D2. RGB value is (184,109,210). Sum of RGB (Red+Green+Blue) = 184+109+210=503 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.58% from 503); Green value is 109 (42.97% from 255 or 21.67% from 503); Blue value is 210 (82.42% from 255 or 41.75% from 503); Max value from RGB is 210 - color contains mainly: blue. Hex color #B86DD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86DD2 is #47922D. Grayscale: #8E8E8E. Windows color (decimal): -4690478 or 13790648. OLE color: 13790648.

HSL color Cylindrical-coordinate representation of color #B86DD2: hue angle of 284.55º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B86DD2 is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 184 109 210 -
CMYK 0.12 0.48 0 0.18
HSL 284.55º 0.53% 0.63% -
HSV(B) 284.55º 0.48% 0.82% -
XYZ 36.87 25.78 64.01 -
YUV 142.94 165.85 157.29 -
System Red Green Blue C M Y K H S L
Decimal 184 109 210 0.12 0.48 0 0.18 284.55 0.53 0.63
Hex B8 6D D2 C 30 0 12 11D 35 3F
Octal 270 155 322 14 60 0 22 435 65 77
Binary 10111000 1101101 11010010 1100 110000 0 10010 100011101 110101 111111

Color Harmonies of #B86DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86DD2

Black with #B86DD2

Text Example


Text Example

White with #B86DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86DD2; }

 p { color: rgb(184,109,210); }

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

background-color css

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

 a { background-color: rgb(184,109,210); }

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

border-color css

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

 span { border-color: rgb(184,109,210); }

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