#B861CA

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

Shades of Medium Orchid #B861CA

Tints of Medium Orchid #B861CA

Color information

#B861CA (or 0xB861CA) is unknown color: approx Medium Orchid. HEX triplet: B8, 61 and CA. RGB value is (184,97,202). Sum of RGB (Red+Green+Blue) = 184+97+202=483 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.10% from 483); Green value is 97 (38.28% from 255 or 20.08% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 202 - color contains mainly: blue. Hex color #B861CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B861CA is #479E35. Grayscale: #868686. Windows color (decimal): -4693558 or 13263288. OLE color: 13263288.

HSL color Cylindrical-coordinate representation of color #B861CA: hue angle of 289.71º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B861CA is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18497202-
CMYK0.090.5200.21
HSL289.71º49.76%58.63%-
HSV(B)289.71º51.98%79.22%-
XYZ34.72358.49-
YUV134.98165.82162.96-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.10%
GREEN value IS 97 (38.28% from 255) = 20.08%
BLUE value IS 202 (79.30% from 255) = 41.82%
R=38.10%
G=20.08%
B=41.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal184972020.090.5200.21289.7149.7658.63
HexB861CA934015122323b
Octal27014131211640254426273
Binary101110001100001110010101001110100010101100100010110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B861CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B861CA; }

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

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

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

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

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

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

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

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