#B04298

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

Shades of Medium Red Violet #B04298

Tints of Medium Red Violet #B04298

Color information

#B04298 (or 0xB04298) is unknown color: approx Medium Red Violet. HEX triplet: B0, 42 and 98. RGB value is (176,66,152). Sum of RGB (Red+Green+Blue) = 176+66+152=394 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.67% from 394); Green value is 66 (26.17% from 255 or 16.75% from 394); Blue value is 152 (59.77% from 255 or 38.58% from 394); Max value from RGB is 176 - color contains mainly: red. Hex color #B04298 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04298 is #4FBD67. Grayscale: #6C6C6C. Windows color (decimal): -5225832 or 9978544. OLE color: 9978544.

HSL color Cylindrical-coordinate representation of color #B04298: hue angle of 313.09º 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 #B04298 is Cyan = 0, Magento = 0.62, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB17666152-
CMYK00.620.140.31
HSL313.09º45.45%47.45%-
HSV(B)313.09º62.5%69.02%-
XYZ25.5215.3931.33-
YUV108.69152.44176.01-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.67%
GREEN value IS 66 (26.17% from 255) = 16.75%
BLUE value IS 152 (59.77% from 255) = 38.58%
R=44.67%
G=16.75%
B=38.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1766615200.620.140.31313.0945.4547.45
HexB0429803EE1F1392d2f
Octal26010223007616374715557
Binary101100001000010100110000111110111011111100111001101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04298; }

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

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

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

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

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

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

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

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