#B01488

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

Shades of Medium Violet Red #B01488

Tints of Medium Violet Red #B01488

Color information

#B01488 (or 0xB01488) is unknown color: approx Medium Violet Red. HEX triplet: B0, 14 and 88. RGB value is (176,20,136). Sum of RGB (Red+Green+Blue) = 176+20+136=332 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.01% from 332); Green value is 20 (8.20% from 255 or 6.02% from 332); Blue value is 136 (53.52% from 255 or 40.96% from 332); Max value from RGB is 176 - color contains mainly: red. Hex color #B01488 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B01488 is #4FEB77. Grayscale: #4F4F4F. Windows color (decimal): -5237624 or 8918192. OLE color: 8918192.

HSL color Cylindrical-coordinate representation of color #B01488: hue angle of 315.38º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B01488 is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB17620136-
CMYK00.890.230.31
HSL315.38º79.59%38.43%-
HSV(B)315.38º88.64%69.02%-
XYZ22.611.5124.32-
YUV79.87159.68196.57-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 53.01%
GREEN value IS 20 (8.20% from 255) = 6.02%
BLUE value IS 136 (53.52% from 255) = 40.96%
R=53.01%
G=6.02%
B=40.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1762013600.890.230.31315.3879.5938.43
HexB01488059171F13b5026
Octal260242100131273747312046
Binary1011000010100100010000101100110111111111001110111010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01488; }

 p { color: rgb(176,20,136); }

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

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

 a { background-color: rgb(176,20,136); }

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

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

 span { border-color: rgb(176,20,136); }

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