Html Css Color HEX #B86AD1 Medium Orchid

📋 copy color: '#B86AD1'

red 184 ◦ green 106 ◦ blue 209

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

Shades of Medium Orchid #B86AD1

Tints of Medium Orchid #B86AD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 41.88%

R = 36.87%
G = 21.24%
B = 41.88%

CMYK

 C value IS 0.12

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B86AD1 (or 0xB86AD1) is known color: Medium Orchid. HEX triplet: B8, 6A and D1. RGB value is (184,106,209). Sum of RGB (Red+Green+Blue) = 184+106+209=499 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.87% from 499); Green value is 106 (41.80% from 255 or 21.24% from 499); Blue value is 209 (82.03% from 255 or 41.88% from 499); Max value from RGB is 209 - color contains mainly: blue. Hex color #B86AD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86AD1 is #47952E. Grayscale: #8C8C8C. Windows color (decimal): -4691247 or 13724344. OLE color: 13724344.

HSL color Cylindrical-coordinate representation of color #B86AD1: hue angle of 285.44º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B86AD1 is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 184 106 209 -
CMYK 0.12 0.49 0 0.18
HSL 285.44º 0.53% 0.62% -
HSV(B) 285.44º 0.49% 0.82% -
XYZ 36.43 25.1 63.25 -
YUV 141.06 166.34 158.62 -
System Red Green Blue C M Y K H S L
Decimal 184 106 209 0.12 0.49 0 0.18 285.44 0.53 0.62
Hex B8 6A D1 C 31 0 12 11D 35 3E
Octal 270 152 321 14 61 0 22 435 65 76
Binary 10111000 1101010 11010001 1100 110001 0 10010 100011101 110101 111110

Color Harmonies of #B86AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86AD1

Black with #B86AD1

Text Example


Text Example

White with #B86AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86AD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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