#B13E78

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

Shades of Royal Heath #B13E78

Tints of Royal Heath #B13E78

Color information

#B13E78 (or 0xB13E78) is unknown color: approx Royal Heath. HEX triplet: B1, 3E and 78. RGB value is (177,62,120). Sum of RGB (Red+Green+Blue) = 177+62+120=359 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.30% from 359); Green value is 62 (24.61% from 255 or 17.27% from 359); Blue value is 120 (47.27% from 255 or 33.43% from 359); Max value from RGB is 177 - color contains mainly: red. Hex color #B13E78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13E78 is #4EC187. Grayscale: #666666. Windows color (decimal): -5161352 or 7880369. OLE color: 7880369.

HSL color Cylindrical-coordinate representation of color #B13E78: hue angle of 329.74º 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 #B13E78 is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB17762120-
CMYK00.650.320.31
HSL329.74º48.12%46.86%-
HSV(B)329.74º64.97%69.41%-
XYZ23.2414.1519.28-
YUV103137.6180.78-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.30%
GREEN value IS 62 (24.61% from 255) = 17.27%
BLUE value IS 120 (47.27% from 255) = 33.43%
R=49.30%
G=17.27%
B=33.43%

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
Decimal1776212000.650.320.31329.7448.1246.86
HexB13E78041201F14a302f
Octal26176170010140375126057
Binary1011000111111011110000100000110000011111101001010110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13E78; }

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

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

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

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

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

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

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

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