#B4457D

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

Shades of Royal Heath #B4457D

Tints of Royal Heath #B4457D

Color information

#B4457D (or 0xB4457D) is unknown color: approx Royal Heath. HEX triplet: B4, 45 and 7D. RGB value is (180,69,125). Sum of RGB (Red+Green+Blue) = 180+69+125=374 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.13% from 374); Green value is 69 (27.34% from 255 or 18.45% from 374); Blue value is 125 (49.22% from 255 or 33.42% from 374); Max value from RGB is 180 - color contains mainly: red. Hex color #B4457D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4457D is #4BBA82. Grayscale: #6C6C6C. Windows color (decimal): -4962947 or 8209844. OLE color: 8209844.

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

Color convert

RGB18069125-
CMYK00.620.310.29
HSL329.73º44.58%48.82%-
HSV(B)329.73º61.67%70.59%-
XYZ24.6515.4421.08-
YUV108.57137.27178.95-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.13%
GREEN value IS 69 (27.34% from 255) = 18.45%
BLUE value IS 125 (49.22% from 255) = 33.42%
R=48.13%
G=18.45%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1806912500.620.310.29329.7344.5848.82
HexB4457D03E1F1D14a2d31
Octal26410517507637355125561
Binary101101001000101111110101111101111111101101001010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4457D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4457D; }

 p { color: rgb(180,69,125); }

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

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

 a { background-color: rgb(180,69,125); }

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

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

 span { border-color: rgb(180,69,125); }

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