#B13E74

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

Shades of Royal Heath #B13E74

Tints of Royal Heath #B13E74

Color information

#B13E74 (or 0xB13E74) is unknown color: approx Royal Heath. HEX triplet: B1, 3E and 74. RGB value is (177,62,116). Sum of RGB (Red+Green+Blue) = 177+62+116=355 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.86% from 355); Green value is 62 (24.61% from 255 or 17.46% from 355); Blue value is 116 (45.70% from 255 or 32.68% from 355); Max value from RGB is 177 - color contains mainly: red. Hex color #B13E74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13E74 is #4EC18B. Grayscale: #666666. Windows color (decimal): -5161356 or 7618225. OLE color: 7618225.

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

Color convert

RGB17762116-
CMYK00.650.340.31
HSL331.83º48.12%46.86%-
HSV(B)331.83º64.97%69.41%-
XYZ23.0114.0518.02-
YUV102.54135.6181.11-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.86%
GREEN value IS 62 (24.61% from 255) = 17.46%
BLUE value IS 116 (45.70% from 255) = 32.68%
R=49.86%
G=17.46%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776211600.650.340.31331.8348.1246.86
HexB13E74041221F14c302f
Octal26176164010142375146057
Binary1011000111111011101000100000110001011111101001100110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13E74; }

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

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

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

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

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

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

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

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