#B13E70

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

Shades of Royal Heath #B13E70

Tints of Royal Heath #B13E70

Color information

#B13E70 (or 0xB13E70) is unknown color: approx Royal Heath. HEX triplet: B1, 3E and 70. RGB value is (177,62,112). Sum of RGB (Red+Green+Blue) = 177+62+112=351 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.43% from 351); Green value is 62 (24.61% from 255 or 17.66% from 351); Blue value is 112 (44.14% from 255 or 31.91% from 351); Max value from RGB is 177 - color contains mainly: red. Hex color #B13E70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13E70 is #4EC18F. Grayscale: #666666. Windows color (decimal): -5161360 or 7356081. OLE color: 7356081.

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

Color convert

RGB17762112-
CMYK00.650.370.31
HSL333.91º48.12%46.86%-
HSV(B)333.91º64.97%69.41%-
XYZ22.7813.9616.82-
YUV102.08133.6181.43-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.43%
GREEN value IS 62 (24.61% from 255) = 17.66%
BLUE value IS 112 (44.14% from 255) = 31.91%
R=50.43%
G=17.66%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776211200.650.370.31333.9148.1246.86
HexB13E70041251F14e302f
Octal26176160010145375166057
Binary1011000111111011100000100000110010111111101001110110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13E70; }

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

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

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

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

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

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

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

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