Html Css Color HEX #B86BD1 Medium Orchid

📋 copy color: '#B86BD1'

red 184 ◦ green 107 ◦ blue 209

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

Shades of Medium Orchid #B86BD1

Tints of Medium Orchid #B86BD1

RGB

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

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

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

R = 36.8%
G = 21.4%
B = 41.8%

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

#B86BD1 (or 0xB86BD1) is known color: Medium Orchid. HEX triplet: B8, 6B and D1. RGB value is (184,107,209). Sum of RGB (Red+Green+Blue) = 184+107+209=500 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.8% from 500); Green value is 107 (42.19% from 255 or 21.4% from 500); Blue value is 209 (82.03% from 255 or 41.8% from 500); Max value from RGB is 209 - color contains mainly: blue. Hex color #B86BD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86BD1 is #47942E. Grayscale: #8D8D8D. Windows color (decimal): -4690991 or 13724600. OLE color: 13724600.

HSL color Cylindrical-coordinate representation of color #B86BD1: hue angle of 285.29º 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 #B86BD1 is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 184 107 209 -
CMYK 0.12 0.49 0 0.18
HSL 285.29º 0.53% 0.62% -
HSV(B) 285.29º 0.49% 0.82% -
XYZ 36.53 25.31 63.28 -
YUV 141.65 166.01 158.21 -
System Red Green Blue C M Y K H S L
Decimal 184 107 209 0.12 0.49 0 0.18 285.29 0.53 0.62
Hex B8 6B D1 C 31 0 12 11D 35 3E
Octal 270 153 321 14 61 0 22 435 65 76
Binary 10111000 1101011 11010001 1100 110001 0 10010 100011101 110101 111110

Color Harmonies of #B86BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86BD1

Black with #B86BD1

Text Example


Text Example

White with #B86BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86BD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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