#B04288

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

Shades of Medium Red Violet #B04288

Tints of Medium Red Violet #B04288

Color information

#B04288 (or 0xB04288) is unknown color: approx Medium Red Violet. HEX triplet: B0, 42 and 88. RGB value is (176,66,136). Sum of RGB (Red+Green+Blue) = 176+66+136=378 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.56% from 378); Green value is 66 (26.17% from 255 or 17.46% from 378); Blue value is 136 (53.52% from 255 or 35.98% from 378); Max value from RGB is 176 - color contains mainly: red. Hex color #B04288 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04288 is #4FBD77. Grayscale: #6A6A6A. Windows color (decimal): -5225848 or 8929968. OLE color: 8929968.

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

Color convert

RGB17666136-
CMYK00.620.230.31
HSL321.82º45.45%47.45%-
HSV(B)321.82º62.5%69.02%-
XYZ24.314.924.89-
YUV106.87144.44177.31-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.56%
GREEN value IS 66 (26.17% from 255) = 17.46%
BLUE value IS 136 (53.52% from 255) = 35.98%
R=46.56%
G=17.46%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1766613600.620.230.31321.8245.4547.45
HexB0428803E171F1422d2f
Octal26010221007627375025557
Binary1011000010000101000100001111101011111111101000010101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04288; }

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

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

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

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

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

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

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

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