#B43F70

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

Shades of Royal Heath #B43F70

Tints of Royal Heath #B43F70

Color information

#B43F70 (or 0xB43F70) is unknown color: approx Royal Heath. HEX triplet: B4, 3F and 70. RGB value is (180,63,112). Sum of RGB (Red+Green+Blue) = 180+63+112=355 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.70% from 355); Green value is 63 (25% from 255 or 17.75% from 355); Blue value is 112 (44.14% from 255 or 31.55% from 355); Max value from RGB is 180 - color contains mainly: red. Hex color #B43F70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43F70 is #4BC08F. Grayscale: #676767. Windows color (decimal): -4964496 or 7356340. OLE color: 7356340.

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

Color convert

RGB18063112-
CMYK00.650.380.29
HSL334.87º48.15%47.65%-
HSV(B)334.87º65%70.59%-
XYZ23.5214.4316.87-
YUV103.57132.76182.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.70%
GREEN value IS 63 (25% from 255) = 17.75%
BLUE value IS 112 (44.14% from 255) = 31.55%
R=50.70%
G=17.75%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1806311200.650.380.29334.8748.1547.65
HexB43F70041261D14f3030
Octal26477160010146355176060
Binary1011010011111111100000100000110011011101101001111110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43F70; }

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

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

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

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

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

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

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

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