Html Css Color HEX #B86BDB Medium Orchid

📋 copy color: '#B86BDB'

red 184 ◦ green 107 ◦ blue 219

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

Shades of Medium Orchid #B86BDB

Tints of Medium Orchid #B86BDB

RGB

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

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

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

R = 36.08%
G = 20.98%
B = 42.94%

CMYK

 C value IS 0.16

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B86BDB (or 0xB86BDB) is known color: Medium Orchid. HEX triplet: B8, 6B and DB. RGB value is (184,107,219). Sum of RGB (Red+Green+Blue) = 184+107+219=510 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.08% from 510); Green value is 107 (42.19% from 255 or 20.98% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 219 - color contains mainly: blue. Hex color #B86BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86BDB is #479424. Grayscale: #8E8E8E. Windows color (decimal): -4690981 or 14379960. OLE color: 14379960.

HSL color Cylindrical-coordinate representation of color #B86BDB: hue angle of 281.25º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B86BDB is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 184 107 219 -
CMYK 0.16 0.51 0 0.14
HSL 281.25º 0.61% 0.64% -
HSV(B) 281.25º 0.51% 0.86% -
XYZ 37.81 25.82 70.01 -
YUV 142.79 171.01 157.39 -
System Red Green Blue C M Y K H S L
Decimal 184 107 219 0.16 0.51 0 0.14 281.25 0.61 0.64
Hex B8 6B DB 10 33 0 E 119 3D 40
Octal 270 153 333 20 63 0 16 431 75 100
Binary 10111000 1101011 11011011 10000 110011 0 1110 100011001 111101 1000000

Color Harmonies of #B86BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86BDB

Black with #B86BDB

Text Example


Text Example

White with #B86BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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