#B1447E

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

Shades of Royal Heath #B1447E

Tints of Royal Heath #B1447E

Color information

#B1447E (or 0xB1447E) is unknown color: approx Royal Heath. HEX triplet: B1, 44 and 7E. RGB value is (177,68,126). Sum of RGB (Red+Green+Blue) = 177+68+126=371 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.71% from 371); Green value is 68 (26.95% from 255 or 18.33% from 371); Blue value is 126 (49.61% from 255 or 33.96% from 371); Max value from RGB is 177 - color contains mainly: red. Hex color #B1447E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1447E is #4EBB81. Grayscale: #6B6B6B. Windows color (decimal): -5159810 or 8275121. OLE color: 8275121.

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

Color convert

RGB17768126-
CMYK00.620.290.31
HSL328.07º44.49%48.04%-
HSV(B)328.07º61.58%69.41%-
XYZ23.9614.9921.37-
YUV107.2138.61177.78-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.71%
GREEN value IS 68 (26.95% from 255) = 18.33%
BLUE value IS 126 (49.61% from 255) = 33.96%
R=47.71%
G=18.33%
B=33.96%

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
Decimal1776812600.620.290.31328.0744.4948.04
HexB1447E03E1D1F1482c30
Octal26110417607635375105460
Binary101100011000100111111001111101110111111101001000101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1447E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1447E; }

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

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

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

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

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

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

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

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