Html Css Color HEX #B86EDB Medium Orchid

📋 copy color: '#B86EDB'

red 184 ◦ green 110 ◦ blue 219

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

Shades of Medium Orchid #B86EDB

Tints of Medium Orchid #B86EDB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.44%

 BLUE value IS 219 (85.94% from 255) = 42.69%

R = 35.87%
G = 21.44%
B = 42.69%

CMYK

 C value IS 0.16

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B86EDB (or 0xB86EDB) is known color: Medium Orchid. HEX triplet: B8, 6E and DB. RGB value is (184,110,219). Sum of RGB (Red+Green+Blue) = 184+110+219=513 (67% of max value = 765). Red value is 184 (72.27% from 255 or 35.87% from 513); Green value is 110 (43.36% from 255 or 21.44% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #B86EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86EDB is #479124. Grayscale: #909090. Windows color (decimal): -4690213 or 14380728. OLE color: 14380728.

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

Color convert

RGB 184 110 219 -
CMYK 0.16 0.50 0 0.14
HSL 280.73º 0.6% 0.65% -
HSV(B) 280.73º 0.5% 0.86% -
XYZ 38.13 26.46 70.11 -
YUV 144.55 170.02 156.14 -
System Red Green Blue C M Y K H S L
Decimal 184 110 219 0.16 0.50 0 0.14 280.73 0.6 0.65
Hex B8 6E DB 10 32 0 E 119 3C 41
Octal 270 156 333 20 62 0 16 431 74 101
Binary 10111000 1101110 11011011 10000 110010 0 1110 100011001 111100 1000001

Color Harmonies of #B86EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86EDB

Black with #B86EDB

Text Example


Text Example

White with #B86EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86EDB; }

 p { color: rgb(184,110,219); }

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

background-color css

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

 a { background-color: rgb(184,110,219); }

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

border-color css

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

 span { border-color: rgb(184,110,219); }

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