#b20c90

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

Shades of Medium Violet Red #B20C90

Tints of Medium Violet Red #B20C90

Color information

#B20C90 (or 0xB20C90) is unknown color: approx Medium Violet Red. HEX triplet: B2, 0C and 90. RGB value is (178,12,144). Sum of RGB (Red+Green+Blue) = 178+12+144=334 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.29% from 334); Green value is 12 (5.08% from 255 or 3.59% from 334); Blue value is 144 (56.64% from 255 or 43.11% from 334); Max value from RGB is 178 - color contains mainly: red. Hex color #B20C90 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20C90 is #4DF36F. Grayscale: #4C4C4C. Windows color (decimal): -5108592 or 9440434. OLE color: 9440434.

HSL color Cylindrical-coordinate representation of color #B20C90: hue angle of 312.29º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B20C90 is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.30.

Color convert

RGB17812144-
CMYK00.930.190.30
HSL312.29º87.37%37.25%-
HSV(B)312.29º93.26%69.8%-
XYZ23.5311.7427.41-
YUV76.68166200.27-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 53.29%
GREEN value IS 12 (5.08% from 255) = 3.59%
BLUE value IS 144 (56.64% from 255) = 43.11%
R=53.29%
G=3.59%
B=43.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.19
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781214400.930.190.30312.2987.3737.25
HexB2C9005D131E1385725
Octal262142200135233647012745
Binary101100101100100100000101110110011111101001110001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b20c90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b20c90; }

 p { color: rgb(178,12,144); }

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

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

 a { background-color: rgb(178,12,144); }

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

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

 span { border-color: rgb(178,12,144); }

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