Html Css Color HEX #B86CD2 Medium Orchid

📋 copy color: '#B86CD2'

red 184 ◦ green 108 ◦ blue 210

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

Shades of Medium Orchid #B86CD2

Tints of Medium Orchid #B86CD2

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.51%

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

R = 36.65%
G = 21.51%
B = 41.83%

CMYK

 C value IS 0.12

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B86CD2 (or 0xB86CD2) is known color: Medium Orchid. HEX triplet: B8, 6C and D2. RGB value is (184,108,210). Sum of RGB (Red+Green+Blue) = 184+108+210=502 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.65% from 502); Green value is 108 (42.58% from 255 or 21.51% from 502); Blue value is 210 (82.42% from 255 or 41.83% from 502); Max value from RGB is 210 - color contains mainly: blue. Hex color #B86CD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86CD2 is #47932D. Grayscale: #8E8E8E. Windows color (decimal): -4690734 or 13790392. OLE color: 13790392.

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

Color convert

RGB 184 108 210 -
CMYK 0.12 0.49 0 0.18
HSL 284.71º 0.53% 0.62% -
HSV(B) 284.71º 0.49% 0.82% -
XYZ 36.76 25.57 63.97 -
YUV 142.35 166.18 157.71 -
System Red Green Blue C M Y K H S L
Decimal 184 108 210 0.12 0.49 0 0.18 284.71 0.53 0.62
Hex B8 6C D2 C 31 0 12 11D 35 3E
Octal 270 154 322 14 61 0 22 435 65 76
Binary 10111000 1101100 11010010 1100 110001 0 10010 100011101 110101 111110

Color Harmonies of #B86CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86CD2

Black with #B86CD2

Text Example


Text Example

White with #B86CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86CD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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