#B04580

Color #B04580 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #B04580

Tints of Royal Heath #B04580

Color information

#B04580 (or 0xB04580) is unknown color: approx Royal Heath. HEX triplet: B0, 45 and 80. RGB value is (176,69,128). Sum of RGB (Red+Green+Blue) = 176+69+128=373 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.18% from 373); Green value is 69 (27.34% from 255 or 18.50% from 373); Blue value is 128 (50.39% from 255 or 34.32% from 373); Max value from RGB is 176 - color contains mainly: red. Hex color #B04580 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04580 is #4FBA7F. Grayscale: #6B6B6B. Windows color (decimal): -5225088 or 8406448. OLE color: 8406448.

HSL color Cylindrical-coordinate representation of color #B04580: hue angle of 326.92º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B04580 is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB17669128-
CMYK00.610.270.31
HSL326.92º43.67%48.04%-
HSV(B)326.92º60.8%69.02%-
XYZ23.9315.0422.06-
YUV107.72139.45176.7-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.18%
GREEN value IS 69 (27.34% from 255) = 18.50%
BLUE value IS 128 (50.39% from 255) = 34.32%
R=47.18%
G=18.50%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1766912800.610.270.31326.9243.6748.04
HexB0458003D1B1F1472c30
Octal26010520007533375075460
Binary1011000010001011000000001111011101111111101000111101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04580; }

 p { color: rgb(176,69,128); }

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

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

 a { background-color: rgb(176,69,128); }

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

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

 span { border-color: rgb(176,69,128); }

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