Html Css Color HEX #B86CD1 Medium Orchid

📋 copy color: '#B86CD1'

red 184 ◦ green 108 ◦ blue 209

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

Shades of Medium Orchid #B86CD1

Tints of Medium Orchid #B86CD1

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.56%

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

R = 36.73%
G = 21.56%
B = 41.72%

CMYK

 C value IS 0.12

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B86CD1 (or 0xB86CD1) is known color: Medium Orchid. HEX triplet: B8, 6C and D1. RGB value is (184,108,209). Sum of RGB (Red+Green+Blue) = 184+108+209=501 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.73% from 501); Green value is 108 (42.58% from 255 or 21.56% from 501); Blue value is 209 (82.03% from 255 or 41.72% from 501); Max value from RGB is 209 - color contains mainly: blue. Hex color #B86CD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86CD1 is #47932E. Grayscale: #8D8D8D. Windows color (decimal): -4690735 or 13724856. OLE color: 13724856.

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

Color convert

RGB 184 108 209 -
CMYK 0.12 0.48 0 0.18
HSL 285.15º 0.52% 0.62% -
HSV(B) 285.15º 0.48% 0.82% -
XYZ 36.64 25.52 63.32 -
YUV 142.24 165.68 157.79 -
System Red Green Blue C M Y K H S L
Decimal 184 108 209 0.12 0.48 0 0.18 285.15 0.52 0.62
Hex B8 6C D1 C 30 0 12 11D 34 3E
Octal 270 154 321 14 60 0 22 435 64 76
Binary 10111000 1101100 11010001 1100 110000 0 10010 100011101 110100 111110

Color Harmonies of #B86CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86CD1

Black with #B86CD1

Text Example


Text Example

White with #B86CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86CD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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