Html Css Color HEX #B86CD5 Medium Orchid

📋 copy color: '#B86CD5'

red 184 ◦ green 108 ◦ blue 213

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

Shades of Medium Orchid #B86CD5

Tints of Medium Orchid #B86CD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.18%

R = 36.44%
G = 21.39%
B = 42.18%

CMYK

 C value IS 0.14

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B86CD5 (or 0xB86CD5) is known color: Medium Orchid. HEX triplet: B8, 6C and D5. RGB value is (184,108,213). Sum of RGB (Red+Green+Blue) = 184+108+213=505 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.44% from 505); Green value is 108 (42.58% from 255 or 21.39% from 505); Blue value is 213 (83.59% from 255 or 42.18% from 505); Max value from RGB is 213 - color contains mainly: blue. Hex color #B86CD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86CD5 is #47932A. Grayscale: #8E8E8E. Windows color (decimal): -4690731 or 13987000. OLE color: 13987000.

HSL color Cylindrical-coordinate representation of color #B86CD5: hue angle of 283.43º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B86CD5 is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 184 108 213 -
CMYK 0.14 0.49 0 0.16
HSL 283.43º 0.56% 0.63% -
HSV(B) 283.43º 0.49% 0.84% -
XYZ 37.14 25.72 65.96 -
YUV 142.69 167.68 157.46 -
System Red Green Blue C M Y K H S L
Decimal 184 108 213 0.14 0.49 0 0.16 283.43 0.56 0.63
Hex B8 6C D5 E 31 0 10 11B 38 3F
Octal 270 154 325 16 61 0 20 433 70 77
Binary 10111000 1101100 11010101 1110 110001 0 10000 100011011 111000 111111

Color Harmonies of #B86CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86CD5

Black with #B86CD5

Text Example


Text Example

White with #B86CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86CD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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