#B962ED

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

Shades of Medium Orchid #B962ED

Tints of Medium Orchid #B962ED

Color information

#B962ED (or 0xB962ED) is unknown color: approx Medium Orchid. HEX triplet: B9, 62 and ED. RGB value is (185,98,237). Sum of RGB (Red+Green+Blue) = 185+98+237=520 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.58% from 520); Green value is 98 (38.67% from 255 or 18.85% from 520); Blue value is 237 (92.97% from 255 or 45.58% from 520); Max value from RGB is 237 - color contains mainly: blue. Hex color #B962ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B962ED is #469D12. Grayscale: #8B8B8B. Windows color (decimal): -4627731 or 15557305. OLE color: 15557305.

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

Color convert

RGB18598237-
CMYK0.220.5900.07
HSL277.55º79.43%65.69%-
HSV(B)277.55º58.65%92.94%-
XYZ39.6625.1682.89-
YUV139.86182.82160.2-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.58%
GREEN value IS 98 (38.67% from 255) = 18.85%
BLUE value IS 237 (92.97% from 255) = 45.58%
R=35.58%
G=18.85%
B=45.58%

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
Decimal185982370.220.5900.07277.5579.4365.69
HexB962ED163B071164f42
Octal271142355267307426117102
Binary1011100111000101110110110110111011011110001011010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B962ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B962ED; }

 p { color: rgb(185,98,237); }

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

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

 a { background-color: rgb(185,98,237); }

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

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

 span { border-color: rgb(185,98,237); }

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