#B20F9C

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

Shades of Medium Violet Red #B20F9C

Tints of Medium Violet Red #B20F9C

Color information

#B20F9C (or 0xB20F9C) is unknown color: approx Medium Violet Red. HEX triplet: B2, 0F and 9C. RGB value is (178,15,156). Sum of RGB (Red+Green+Blue) = 178+15+156=349 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.00% from 349); Green value is 15 (6.25% from 255 or 4.30% from 349); Blue value is 156 (61.33% from 255 or 44.70% from 349); Max value from RGB is 178 - color contains mainly: red. Hex color #B20F9C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20F9C is #4DF063. Grayscale: #4F4F4F. Windows color (decimal): -5107812 or 10227634. OLE color: 10227634.

HSL color Cylindrical-coordinate representation of color #B20F9C: hue angle of 308.1º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B20F9C is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB17815156-
CMYK00.920.120.30
HSL308.1º84.46%37.84%-
HSV(B)308.1º91.57%69.8%-
XYZ24.5312.2132.52-
YUV79.81171198.04-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.00%
GREEN value IS 15 (6.25% from 255) = 4.30%
BLUE value IS 156 (61.33% from 255) = 44.70%
R=51.00%
G=4.30%
B=44.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781515600.920.120.30308.184.4637.84
HexB2F9C05CC1E1345426
Octal262172340134143646412446
Binary10110010111110011100010111001100111101001101001010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20F9C; }

 p { color: rgb(178,15,156); }

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

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

 a { background-color: rgb(178,15,156); }

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

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

 span { border-color: rgb(178,15,156); }

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