#B970EC

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

Shades of Medium Orchid #B970EC

Tints of Medium Orchid #B970EC

Color information

#B970EC (or 0xB970EC) is unknown color: approx Medium Orchid. HEX triplet: B9, 70 and EC. RGB value is (185,112,236). Sum of RGB (Red+Green+Blue) = 185+112+236=533 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.71% from 533); Green value is 112 (44.14% from 255 or 21.01% from 533); Blue value is 236 (92.58% from 255 or 44.28% from 533); Max value from RGB is 236 - color contains mainly: blue. Hex color #B970EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B970EC is #468F13. Grayscale: #939393. Windows color (decimal): -4624148 or 15495353. OLE color: 15495353.

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

Color convert

RGB185112236-
CMYK0.220.5300.07
HSL275.32º76.54%68.24%-
HSV(B)275.32º52.54%92.55%-
XYZ40.9427.9682.6-
YUV147.96177.68154.42-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.71%
GREEN value IS 112 (44.14% from 255) = 21.01%
BLUE value IS 236 (92.58% from 255) = 44.28%
R=34.71%
G=21.01%
B=44.28%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1851122360.220.5300.07275.3276.5468.24
HexB970EC1635071134d44
Octal271160354266507423115104
Binary1011100111100001110110010110110101011110001001110011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B970EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B970EC; }

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

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

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

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

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

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

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

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