#B20188

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

Shades of Medium Violet Red #B20188

Tints of Medium Violet Red #B20188

Color information

#B20188 (or 0xB20188) is unknown color: approx Medium Violet Red. HEX triplet: B2, 01 and 88. RGB value is (178,1,136). Sum of RGB (Red+Green+Blue) = 178+1+136=315 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.51% from 315); Green value is 1 (0.78% from 255 or 0.32% from 315); Blue value is 136 (53.52% from 255 or 43.17% from 315); Max value from RGB is 178 - color contains mainly: red. Hex color #B20188 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20188 is #4DFE77. Grayscale: #444444. Windows color (decimal): -5111416 or 8913330. OLE color: 8913330.

HSL color Cylindrical-coordinate representation of color #B20188: hue angle of 314.24º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B20188 is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.30.

Color convert

RGB1781136-
CMYK00.990.240.30
HSL314.24º98.88%35.1%-
HSV(B)314.24º99.44%69.8%-
XYZ22.8111.2624.26-
YUV69.31165.64205.52-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 56.51%
GREEN value IS 1 (0.78% from 255) = 0.32%
BLUE value IS 136 (53.52% from 255) = 43.17%
R=56.51%
G=0.32%
B=43.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.24
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178113600.990.240.30314.2498.8835.1
HexB2188063181E13a6323
Octal26212100143303647214343
Binary101100101100010000110001111000111101001110101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20188; }

 p { color: rgb(178,1,136); }

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

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

 a { background-color: rgb(178,1,136); }

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

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

 span { border-color: rgb(178,1,136); }

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