Html Css Color HEX #B86BDE Medium Orchid

📋 copy color: '#B86BDE'

red 184 ◦ green 107 ◦ blue 222

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

Shades of Medium Orchid #B86BDE

Tints of Medium Orchid #B86BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.27%

R = 35.87%
G = 20.86%
B = 43.27%

CMYK

 C value IS 0.17

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B86BDE (or 0xB86BDE) is known color: Medium Orchid. HEX triplet: B8, 6B and DE. RGB value is (184,107,222). Sum of RGB (Red+Green+Blue) = 184+107+222=513 (67% of max value = 765). Red value is 184 (72.27% from 255 or 35.87% from 513); Green value is 107 (42.19% from 255 or 20.86% from 513); Blue value is 222 (87.11% from 255 or 43.27% from 513); Max value from RGB is 222 - color contains mainly: blue. Hex color #B86BDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86BDE is #479421. Grayscale: #8E8E8E. Windows color (decimal): -4690978 or 14576568. OLE color: 14576568.

HSL color Cylindrical-coordinate representation of color #B86BDE: hue angle of 280.17º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B86BDE is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 107 222 -
CMYK 0.17 0.52 0 0.13
HSL 280.17º 0.64% 0.65% -
HSV(B) 280.17º 0.52% 0.87% -
XYZ 38.21 25.98 72.11 -
YUV 143.13 172.51 157.15 -
System Red Green Blue C M Y K H S L
Decimal 184 107 222 0.17 0.52 0 0.13 280.17 0.64 0.65
Hex B8 6B DE 11 34 0 D 118 40 41
Octal 270 153 336 21 64 0 15 430 100 101
Binary 10111000 1101011 11011110 10001 110100 0 1101 100011000 1000000 1000001

Color Harmonies of #B86BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86BDE

Black with #B86BDE

Text Example


Text Example

White with #B86BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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