#B1457F

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

Shades of Royal Heath #B1457F

Tints of Royal Heath #B1457F

Color information

#B1457F (or 0xB1457F) is unknown color: approx Royal Heath. HEX triplet: B1, 45 and 7F. RGB value is (177,69,127). Sum of RGB (Red+Green+Blue) = 177+69+127=373 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.45% from 373); Green value is 69 (27.34% from 255 or 18.50% from 373); Blue value is 127 (50% from 255 or 34.05% from 373); Max value from RGB is 177 - color contains mainly: red. Hex color #B1457F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1457F is #4EBA80. Grayscale: #6B6B6B. Windows color (decimal): -5159553 or 8340913. OLE color: 8340913.

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

Color convert

RGB17769127-
CMYK00.610.280.31
HSL327.78º43.9%48.24%-
HSV(B)327.78º61.02%69.41%-
XYZ24.0915.1421.73-
YUV107.9138.78177.28-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.45%
GREEN value IS 69 (27.34% from 255) = 18.50%
BLUE value IS 127 (50% from 255) = 34.05%
R=47.45%
G=18.50%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776912700.610.280.31327.7843.948.24
HexB1457F03D1C1F1482c30
Octal26110517707534375105460
Binary101100011000101111111101111011110011111101001000101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1457F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1457F; }

 p { color: rgb(177,69,127); }

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

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

 a { background-color: rgb(177,69,127); }

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

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

 span { border-color: rgb(177,69,127); }

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