#B4457C

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

Shades of Royal Heath #B4457C

Tints of Royal Heath #B4457C

Color information

#B4457C (or 0xB4457C) is unknown color: approx Royal Heath. HEX triplet: B4, 45 and 7C. RGB value is (180,69,124). Sum of RGB (Red+Green+Blue) = 180+69+124=373 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.26% from 373); Green value is 69 (27.34% from 255 or 18.50% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 180 - color contains mainly: red. Hex color #B4457C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4457C is #4BBA83. Grayscale: #6C6C6C. Windows color (decimal): -4962948 or 8144308. OLE color: 8144308.

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

Color convert

RGB18069124-
CMYK00.620.310.29
HSL330.27º44.58%48.82%-
HSV(B)330.27º61.67%70.59%-
XYZ24.5915.4120.75-
YUV108.46136.77179.03-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.26%
GREEN value IS 69 (27.34% from 255) = 18.50%
BLUE value IS 124 (48.83% from 255) = 33.24%
R=48.26%
G=18.50%
B=33.24%

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
Decimal1806912400.620.310.29330.2744.5848.82
HexB4457C03E1F1D14a2d31
Octal26410517407637355125561
Binary101101001000101111110001111101111111101101001010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4457C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4457C; }

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

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

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

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

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

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

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

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