Html Css Color HEX #B86ECD Medium Orchid

📋 copy color: '#B86ECD'

red 184 ◦ green 110 ◦ blue 205

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

Shades of Medium Orchid #B86ECD

Tints of Medium Orchid #B86ECD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.04%

 BLUE value IS 205 (80.47% from 255) = 41.08%

R = 36.87%
G = 22.04%
B = 41.08%

CMYK

 C value IS 0.10

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B86ECD (or 0xB86ECD) is known color: Medium Orchid. HEX triplet: B8, 6E and CD. RGB value is (184,110,205). Sum of RGB (Red+Green+Blue) = 184+110+205=499 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.87% from 499); Green value is 110 (43.36% from 255 or 22.04% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 205 - color contains mainly: blue. Hex color #B86ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86ECD is #479132. Grayscale: #8E8E8E. Windows color (decimal): -4690227 or 13463224. OLE color: 13463224.

HSL color Cylindrical-coordinate representation of color #B86ECD: hue angle of 286.74º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B86ECD is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 184 110 205 -
CMYK 0.10 0.46 0 0.20
HSL 286.74º 0.49% 0.62% -
HSV(B) 286.74º 0.46% 0.8% -
XYZ 36.36 25.75 60.81 -
YUV 142.96 163.02 157.28 -
System Red Green Blue C M Y K H S L
Decimal 184 110 205 0.10 0.46 0 0.20 286.74 0.49 0.62
Hex B8 6E CD A 2E 0 14 11F 31 3E
Octal 270 156 315 12 56 0 24 437 61 76
Binary 10111000 1101110 11001101 1010 101110 0 10100 100011111 110001 111110

Color Harmonies of #B86ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86ECD

Black with #B86ECD

Text Example


Text Example

White with #B86ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86ECD; }

 p { color: rgb(184,110,205); }

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

background-color css

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

 a { background-color: rgb(184,110,205); }

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

border-color css

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

 span { border-color: rgb(184,110,205); }

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