#B13E79

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

Shades of Royal Heath #B13E79

Tints of Royal Heath #B13E79

Color information

#B13E79 (or 0xB13E79) is unknown color: approx Royal Heath. HEX triplet: B1, 3E and 79. RGB value is (177,62,121). Sum of RGB (Red+Green+Blue) = 177+62+121=360 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.17% from 360); Green value is 62 (24.61% from 255 or 17.22% from 360); Blue value is 121 (47.66% from 255 or 33.61% from 360); Max value from RGB is 177 - color contains mainly: red. Hex color #B13E79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13E79 is #4EC186. Grayscale: #666666. Windows color (decimal): -5161351 or 7945905. OLE color: 7945905.

HSL color Cylindrical-coordinate representation of color #B13E79: hue angle of 329.22º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B13E79 is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB17762121-
CMYK00.650.320.31
HSL329.22º48.12%46.86%-
HSV(B)329.22º64.97%69.41%-
XYZ23.3114.1719.6-
YUV103.11138.1180.7-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.17%
GREEN value IS 62 (24.61% from 255) = 17.22%
BLUE value IS 121 (47.66% from 255) = 33.61%
R=49.17%
G=17.22%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776212100.650.320.31329.2248.1246.86
HexB13E79041201F149302f
Octal26176171010140375116057
Binary1011000111111011110010100000110000011111101001001110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13E79; }

 p { color: rgb(177,62,121); }

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

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

 a { background-color: rgb(177,62,121); }

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

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

 span { border-color: rgb(177,62,121); }

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