#b43a76

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

Shades of Royal Heath #B43A76

Tints of Royal Heath #B43A76

Color information

#B43A76 (or 0xB43A76) is unknown color: approx Royal Heath. HEX triplet: B4, 3A and 76. RGB value is (180,58,118). Sum of RGB (Red+Green+Blue) = 180+58+118=356 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.56% from 356); Green value is 58 (23.05% from 255 or 16.29% from 356); Blue value is 118 (46.48% from 255 or 33.15% from 356); Max value from RGB is 180 - color contains mainly: red. Hex color #B43A76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43A76 is #4BC589. Grayscale: #656565. Windows color (decimal): -4965770 or 7748276. OLE color: 7748276.

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

Color convert

RGB18058118-
CMYK00.680.340.29
HSL330.49º51.26%46.67%-
HSV(B)330.49º67.78%70.59%-
XYZ23.6114.0418.6-
YUV101.32137.42184.12-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.56%
GREEN value IS 58 (23.05% from 255) = 16.29%
BLUE value IS 118 (46.48% from 255) = 33.15%
R=50.56%
G=16.29%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1805811800.680.340.29330.4951.2646.67
HexB43A76044221D14a332f
Octal26472166010442355126357
Binary1011010011101011101100100010010001011101101001010110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b43a76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b43a76; }

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

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

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

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

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

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

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

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