#B1447D

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

Shades of Royal Heath #B1447D

Tints of Royal Heath #B1447D

Color information

#B1447D (or 0xB1447D) is unknown color: approx Royal Heath. HEX triplet: B1, 44 and 7D. RGB value is (177,68,125). Sum of RGB (Red+Green+Blue) = 177+68+125=370 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.84% from 370); Green value is 68 (26.95% from 255 or 18.38% from 370); Blue value is 125 (49.22% from 255 or 33.78% from 370); Max value from RGB is 177 - color contains mainly: red. Hex color #B1447D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1447D is #4EBB82. Grayscale: #6A6A6A. Windows color (decimal): -5159811 or 8209585. OLE color: 8209585.

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

Color convert

RGB17768125-
CMYK00.620.290.31
HSL328.62º44.49%48.04%-
HSV(B)328.62º61.58%69.41%-
XYZ23.914.9621.03-
YUV107.09138.11177.87-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.84%
GREEN value IS 68 (26.95% from 255) = 18.38%
BLUE value IS 125 (49.22% from 255) = 33.78%
R=47.84%
G=18.38%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776812500.620.290.31328.6244.4948.04
HexB1447D03E1D1F1492c30
Octal26110417507635375115460
Binary101100011000100111110101111101110111111101001001101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1447D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1447D; }

 p { color: rgb(177,68,125); }

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

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

 a { background-color: rgb(177,68,125); }

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

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

 span { border-color: rgb(177,68,125); }

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