#B861CD

Color #B861CD Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B861CD

Tints of Medium Orchid #B861CD

Color information

#B861CD (or 0xB861CD) is unknown color: approx Medium Orchid. HEX triplet: B8, 61 and CD. RGB value is (184,97,205). Sum of RGB (Red+Green+Blue) = 184+97+205=486 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.86% from 486); Green value is 97 (38.28% from 255 or 19.96% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 205 - color contains mainly: blue. Hex color #B861CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B861CD is #479E32. Grayscale: #868686. Windows color (decimal): -4693555 or 13459896. OLE color: 13459896.

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

Color convert

RGB18497205-
CMYK0.100.5300.20
HSL288.33º51.92%59.22%-
HSV(B)288.33º52.68%80.39%-
XYZ35.0623.1560.38-
YUV135.32167.32162.72-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.86%
GREEN value IS 97 (38.28% from 255) = 19.96%
BLUE value IS 205 (80.47% from 255) = 42.18%
R=37.86%
G=19.96%
B=42.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal184972050.100.5300.20288.3351.9259.22
HexB861CDA35014120343b
Octal27014131512650244406473
Binary101110001100001110011011010110101010100100100000110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B861CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B861CD; }

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

 H1.HeaderClassName
 {
   color: #B861CD;
 }
 .AnyTagClassName
 {
   color: #B861CD;
 }
</style>
background-color css

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

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

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

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

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

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