#B43E70

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

Shades of Royal Heath #B43E70

Tints of Royal Heath #B43E70

Color information

#B43E70 (or 0xB43E70) is unknown color: approx Royal Heath. HEX triplet: B4, 3E and 70. RGB value is (180,62,112). Sum of RGB (Red+Green+Blue) = 180+62+112=354 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.85% from 354); Green value is 62 (24.61% from 255 or 17.51% from 354); Blue value is 112 (44.14% from 255 or 31.64% from 354); Max value from RGB is 180 - color contains mainly: red. Hex color #B43E70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43E70 is #4BC18F. Grayscale: #666666. Windows color (decimal): -4964752 or 7356084. OLE color: 7356084.

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

Color convert

RGB18062112-
CMYK00.660.380.29
HSL334.58º48.76%47.45%-
HSV(B)334.58º65.56%70.59%-
XYZ23.4714.3216.86-
YUV102.98133.09182.93-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.85%
GREEN value IS 62 (24.61% from 255) = 17.51%
BLUE value IS 112 (44.14% from 255) = 31.64%
R=50.85%
G=17.51%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1806211200.660.380.29334.5848.7647.45
HexB43E70042261D14f312f
Octal26476160010246355176157
Binary1011010011111011100000100001010011011101101001111110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43E70; }

 p { color: rgb(180,62,112); }

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

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

 a { background-color: rgb(180,62,112); }

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

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

 span { border-color: rgb(180,62,112); }

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