#B04689

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

Shades of Medium Red Violet #B04689

Tints of Medium Red Violet #B04689

Color information

#B04689 (or 0xB04689) is unknown color: approx Medium Red Violet. HEX triplet: B0, 46 and 89. RGB value is (176,70,137). Sum of RGB (Red+Green+Blue) = 176+70+137=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 70 (27.73% from 255 or 18.28% from 383); Blue value is 137 (53.91% from 255 or 35.77% from 383); Max value from RGB is 176 - color contains mainly: red. Hex color #B04689 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04689 is #4FB976. Grayscale: #6D6D6D. Windows color (decimal): -5224823 or 8996528. OLE color: 8996528.

HSL color Cylindrical-coordinate representation of color #B04689: hue angle of 322.08º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B04689 is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB17670137-
CMYK00.600.220.31
HSL322.08º43.09%48.24%-
HSV(B)322.08º60.23%69.02%-
XYZ24.6115.4225.35-
YUV109.33143.62175.55-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.95%
GREEN value IS 70 (27.73% from 255) = 18.28%
BLUE value IS 137 (53.91% from 255) = 35.77%
R=45.95%
G=18.28%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767013700.600.220.31322.0843.0948.24
HexB0468903C161F1422b30
Octal26010621107426375025360
Binary1011000010001101000100101111001011011111101000010101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04689; }

 p { color: rgb(176,70,137); }

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

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

 a { background-color: rgb(176,70,137); }

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

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

 span { border-color: rgb(176,70,137); }

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