Html Css Color HEX #B86ADB Medium Orchid

📋 copy color: '#B86ADB'

red 184 ◦ green 106 ◦ blue 219

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

Shades of Medium Orchid #B86ADB

Tints of Medium Orchid #B86ADB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.83%

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

R = 36.15%
G = 20.83%
B = 43.03%

CMYK

 C value IS 0.16

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B86ADB (or 0xB86ADB) is known color: Medium Orchid. HEX triplet: B8, 6A and DB. RGB value is (184,106,219). Sum of RGB (Red+Green+Blue) = 184+106+219=509 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.15% from 509); Green value is 106 (41.80% from 255 or 20.83% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #B86ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86ADB is #479524. Grayscale: #8D8D8D. Windows color (decimal): -4691237 or 14379704. OLE color: 14379704.

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

Color convert

RGB 184 106 219 -
CMYK 0.16 0.52 0 0.14
HSL 281.42º 0.61% 0.64% -
HSV(B) 281.42º 0.52% 0.86% -
XYZ 37.71 25.61 69.97 -
YUV 142.2 171.34 157.81 -
System Red Green Blue C M Y K H S L
Decimal 184 106 219 0.16 0.52 0 0.14 281.42 0.61 0.64
Hex B8 6A DB 10 34 0 E 119 3D 40
Octal 270 152 333 20 64 0 16 431 75 100
Binary 10111000 1101010 11011011 10000 110100 0 1110 100011001 111101 1000000

Color Harmonies of #B86ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86ADB

Black with #B86ADB

Text Example


Text Example

White with #B86ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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