Html Css Color HEX #B86ADC Medium Orchid

📋 copy color: '#B86ADC'

red 184 ◦ green 106 ◦ blue 220

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

Shades of Medium Orchid #B86ADC

Tints of Medium Orchid #B86ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.14%

R = 36.08%
G = 20.78%
B = 43.14%

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

#B86ADC (or 0xB86ADC) is known color: Medium Orchid. HEX triplet: B8, 6A and DC. RGB value is (184,106,220). Sum of RGB (Red+Green+Blue) = 184+106+220=510 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.08% from 510); Green value is 106 (41.80% from 255 or 20.78% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 220 - color contains mainly: blue. Hex color #B86ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86ADC is #479523. Grayscale: #8D8D8D. Windows color (decimal): -4691236 or 14445240. OLE color: 14445240.

HSL color Cylindrical-coordinate representation of color #B86ADC: hue angle of 281.05º degrees, saturation: 0.62, 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 #B86ADC is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 184 106 220 -
CMYK 0.16 0.52 0 0.14
HSL 281.05º 0.62% 0.64% -
HSV(B) 281.05º 0.52% 0.86% -
XYZ 37.84 25.67 70.67 -
YUV 142.32 171.84 157.73 -
System Red Green Blue C M Y K H S L
Decimal 184 106 220 0.16 0.52 0 0.14 281.05 0.62 0.64
Hex B8 6A DC 10 34 0 E 119 3E 40
Octal 270 152 334 20 64 0 16 431 76 100
Binary 10111000 1101010 11011100 10000 110100 0 1110 100011001 111110 1000000

Color Harmonies of #B86ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86ADC

Black with #B86ADC

Text Example


Text Example

White with #B86ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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