#B43D79

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

Shades of Royal Heath #B43D79

Tints of Royal Heath #B43D79

Color information

#B43D79 (or 0xB43D79) is unknown color: approx Royal Heath. HEX triplet: B4, 3D and 79. RGB value is (180,61,121). Sum of RGB (Red+Green+Blue) = 180+61+121=362 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.72% from 362); Green value is 61 (24.22% from 255 or 16.85% from 362); Blue value is 121 (47.66% from 255 or 33.43% from 362); Max value from RGB is 180 - color contains mainly: red. Hex color #B43D79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43D79 is #4BC286. Grayscale: #676767. Windows color (decimal): -4964999 or 7945652. OLE color: 7945652.

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

Color convert

RGB18061121-
CMYK00.660.330.29
HSL329.75º49.38%47.25%-
HSV(B)329.75º66.11%70.59%-
XYZ23.9414.4219.61-
YUV103.42137.92182.62-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.72%
GREEN value IS 61 (24.22% from 255) = 16.85%
BLUE value IS 121 (47.66% from 255) = 33.43%
R=49.72%
G=16.85%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1806112100.660.330.29329.7549.3847.25
HexB43D79042211D14a312f
Octal26475171010241355126157
Binary1011010011110111110010100001010000111101101001010110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43D79; }

 p { color: rgb(180,61,121); }

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

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

 a { background-color: rgb(180,61,121); }

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

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

 span { border-color: rgb(180,61,121); }

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