#B43A73

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

Shades of Royal Heath #B43A73

Tints of Royal Heath #B43A73

Color information

#B43A73 (or 0xB43A73) is unknown color: approx Royal Heath. HEX triplet: B4, 3A and 73. RGB value is (180,58,115). Sum of RGB (Red+Green+Blue) = 180+58+115=353 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.99% from 353); Green value is 58 (23.05% from 255 or 16.43% from 353); Blue value is 115 (45.31% from 255 or 32.58% from 353); Max value from RGB is 180 - color contains mainly: red. Hex color #B43A73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43A73 is #4BC58C. Grayscale: #646464. Windows color (decimal): -4965773 or 7551668. OLE color: 7551668.

HSL color Cylindrical-coordinate representation of color #B43A73: hue angle of 331.97º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B43A73 is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB18058115-
CMYK00.680.360.29
HSL331.97º51.26%46.67%-
HSV(B)331.97º67.78%70.59%-
XYZ23.4313.9717.68-
YUV100.98135.92184.37-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.99%
GREEN value IS 58 (23.05% from 255) = 16.43%
BLUE value IS 115 (45.31% from 255) = 32.58%
R=50.99%
G=16.43%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1805811500.680.360.29331.9751.2646.67
HexB43A73044241D14c332f
Octal26472163010444355146357
Binary1011010011101011100110100010010010011101101001100110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43A73; }

 p { color: rgb(180,58,115); }

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

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

 a { background-color: rgb(180,58,115); }

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

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

 span { border-color: rgb(180,58,115); }

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