Html Css Color HEX #B86DDE Medium Orchid

📋 copy color: '#B86DDE'

red 184 ◦ green 109 ◦ blue 222

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

Shades of Medium Orchid #B86DDE

Tints of Medium Orchid #B86DDE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.17%

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

R = 35.73%
G = 21.17%
B = 43.11%

CMYK

 C value IS 0.17

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B86DDE (or 0xB86DDE) is known color: Medium Orchid. HEX triplet: B8, 6D and DE. RGB value is (184,109,222). Sum of RGB (Red+Green+Blue) = 184+109+222=515 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.73% from 515); Green value is 109 (42.97% from 255 or 21.17% from 515); Blue value is 222 (87.11% from 255 or 43.11% from 515); Max value from RGB is 222 - color contains mainly: blue. Hex color #B86DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86DDE is #479221. Grayscale: #8F8F8F. Windows color (decimal): -4690466 or 14577080. OLE color: 14577080.

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

Color convert

RGB 184 109 222 -
CMYK 0.17 0.51 0 0.13
HSL 279.82º 0.63% 0.65% -
HSV(B) 279.82º 0.51% 0.87% -
XYZ 38.42 26.4 72.18 -
YUV 144.31 171.85 156.31 -
System Red Green Blue C M Y K H S L
Decimal 184 109 222 0.17 0.51 0 0.13 279.82 0.63 0.65
Hex B8 6D DE 11 33 0 D 118 3F 41
Octal 270 155 336 21 63 0 15 430 77 101
Binary 10111000 1101101 11011110 10001 110011 0 1101 100011000 111111 1000001

Color Harmonies of #B86DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86DDE

Black with #B86DDE

Text Example


Text Example

White with #B86DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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