#B43971

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

Shades of Royal Heath #B43971

Tints of Royal Heath #B43971

Color information

#B43971 (or 0xB43971) is unknown color: approx Royal Heath. HEX triplet: B4, 39 and 71. RGB value is (180,57,113). Sum of RGB (Red+Green+Blue) = 180+57+113=350 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.43% from 350); Green value is 57 (22.66% from 255 or 16.29% from 350); Blue value is 113 (44.53% from 255 or 32.29% from 350); Max value from RGB is 180 - color contains mainly: red. Hex color #B43971 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43971 is #4BC68E. Grayscale: #646464. Windows color (decimal): -4966031 or 7420340. OLE color: 7420340.

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

Color convert

RGB18057113-
CMYK00.680.370.29
HSL332.68º51.9%46.47%-
HSV(B)332.68º68.33%70.59%-
XYZ23.2713.8217.06-
YUV100.16135.25184.95-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.43%
GREEN value IS 57 (22.66% from 255) = 16.29%
BLUE value IS 113 (44.53% from 255) = 32.29%
R=51.43%
G=16.29%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1805711300.680.370.29332.6851.946.47
HexB43971044251D14d342e
Octal26471161010445355156456
Binary1011010011100111100010100010010010111101101001101110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43971; }

 p { color: rgb(180,57,113); }

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

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

 a { background-color: rgb(180,57,113); }

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

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

 span { border-color: rgb(180,57,113); }

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