Html Css Color HEX #B86BD5 Medium Orchid

📋 copy color: '#B86BD5'

red 184 ◦ green 107 ◦ blue 213

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

Shades of Medium Orchid #B86BD5

Tints of Medium Orchid #B86BD5

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.23%

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

R = 36.51%
G = 21.23%
B = 42.26%

CMYK

 C value IS 0.14

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B86BD5 (or 0xB86BD5) is known color: Medium Orchid. HEX triplet: B8, 6B and D5. RGB value is (184,107,213). Sum of RGB (Red+Green+Blue) = 184+107+213=504 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.51% from 504); Green value is 107 (42.19% from 255 or 21.23% from 504); Blue value is 213 (83.59% from 255 or 42.26% from 504); Max value from RGB is 213 - color contains mainly: blue. Hex color #B86BD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86BD5 is #47942A. Grayscale: #8D8D8D. Windows color (decimal): -4690987 or 13986744. OLE color: 13986744.

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

Color convert

RGB 184 107 213 -
CMYK 0.14 0.50 0 0.16
HSL 283.58º 0.56% 0.63% -
HSV(B) 283.58º 0.5% 0.84% -
XYZ 37.04 25.51 65.92 -
YUV 142.11 168.01 157.88 -
System Red Green Blue C M Y K H S L
Decimal 184 107 213 0.14 0.50 0 0.16 283.58 0.56 0.63
Hex B8 6B D5 E 32 0 10 11C 38 3F
Octal 270 153 325 16 62 0 20 434 70 77
Binary 10111000 1101011 11010101 1110 110010 0 10000 100011100 111000 111111

Color Harmonies of #B86BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86BD5

Black with #B86BD5

Text Example


Text Example

White with #B86BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86BD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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