#B961EC

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

Shades of Medium Orchid #B961EC

Tints of Medium Orchid #B961EC

Color information

#B961EC (or 0xB961EC) is unknown color: approx Medium Orchid. HEX triplet: B9, 61 and EC. RGB value is (185,97,236). Sum of RGB (Red+Green+Blue) = 185+97+236=518 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.71% from 518); Green value is 97 (38.28% from 255 or 18.73% from 518); Blue value is 236 (92.58% from 255 or 45.56% from 518); Max value from RGB is 236 - color contains mainly: blue. Hex color #B961EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B961EC is #469E13. Grayscale: #8A8A8A. Windows color (decimal): -4627988 or 15491513. OLE color: 15491513.

HSL color Cylindrical-coordinate representation of color #B961EC: hue angle of 277.99º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B961EC is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB18597236-
CMYK0.220.5900.07
HSL277.99º78.53%65.29%-
HSV(B)277.99º58.9%92.55%-
XYZ39.4224.9282.09-
YUV139.16182.65160.7-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.71%
GREEN value IS 97 (38.28% from 255) = 18.73%
BLUE value IS 236 (92.58% from 255) = 45.56%
R=35.71%
G=18.73%
B=45.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal185972360.220.5900.07277.9978.5365.29
HexB961EC163B071164f41
Octal271141354267307426117101
Binary1011100111000011110110010110111011011110001011010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B961EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B961EC; }

 p { color: rgb(185,97,236); }

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

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

 a { background-color: rgb(185,97,236); }

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

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

 span { border-color: rgb(185,97,236); }

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