#B43871

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

Shades of Royal Heath #B43871

Tints of Royal Heath #B43871

Color information

#B43871 (or 0xB43871) is unknown color: approx Royal Heath. HEX triplet: B4, 38 and 71. RGB value is (180,56,113). Sum of RGB (Red+Green+Blue) = 180+56+113=349 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.58% from 349); Green value is 56 (22.27% from 255 or 16.05% from 349); Blue value is 113 (44.53% from 255 or 32.38% from 349); Max value from RGB is 180 - color contains mainly: red. Hex color #B43871 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43871 is #4BC78E. Grayscale: #636363. Windows color (decimal): -4966287 or 7420084. OLE color: 7420084.

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

Color convert

RGB18056113-
CMYK00.690.370.29
HSL332.42º52.54%46.27%-
HSV(B)332.42º68.89%70.59%-
XYZ23.2213.7217.05-
YUV99.57135.58185.37-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.58%
GREEN value IS 56 (22.27% from 255) = 16.05%
BLUE value IS 113 (44.53% from 255) = 32.38%
R=51.58%
G=16.05%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1805611300.690.370.29332.4252.5446.27
HexB43871045251D14c352e
Octal26470161010545355146556
Binary1011010011100011100010100010110010111101101001100110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43871; }

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

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

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

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

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

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

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

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