Html Css Color HEX #B86CD0 Medium Orchid

📋 copy color: '#B86CD0'

red 184 ◦ green 108 ◦ blue 208

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

Shades of Medium Orchid #B86CD0

Tints of Medium Orchid #B86CD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.6%

R = 36.8%
G = 21.6%
B = 41.6%

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

#B86CD0 (or 0xB86CD0) is known color: Medium Orchid. HEX triplet: B8, 6C and D0. RGB value is (184,108,208). Sum of RGB (Red+Green+Blue) = 184+108+208=500 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.8% from 500); Green value is 108 (42.58% from 255 or 21.6% from 500); Blue value is 208 (81.64% from 255 or 41.6% from 500); Max value from RGB is 208 - color contains mainly: blue. Hex color #B86CD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86CD0 is #47932F. Grayscale: #8D8D8D. Windows color (decimal): -4690736 or 13659320. OLE color: 13659320.

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

Color convert

RGB 184 108 208 -
CMYK 0.12 0.48 0 0.18
HSL 285.6º 0.52% 0.62% -
HSV(B) 285.6º 0.48% 0.82% -
XYZ 36.51 25.47 62.67 -
YUV 142.12 165.18 157.87 -
System Red Green Blue C M Y K H S L
Decimal 184 108 208 0.12 0.48 0 0.18 285.6 0.52 0.62
Hex B8 6C D0 C 30 0 12 11E 34 3E
Octal 270 154 320 14 60 0 22 436 64 76
Binary 10111000 1101100 11010000 1100 110000 0 10010 100011110 110100 111110

Color Harmonies of #B86CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86CD0

Black with #B86CD0

Text Example


Text Example

White with #B86CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86CD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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