#B1457B

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

Shades of Royal Heath #B1457B

Tints of Royal Heath #B1457B

Color information

#B1457B (or 0xB1457B) is unknown color: approx Royal Heath. HEX triplet: B1, 45 and 7B. RGB value is (177,69,123). Sum of RGB (Red+Green+Blue) = 177+69+123=369 (48% of max value = 765). Red value is 177 (69.53% from 255 or 47.97% from 369); Green value is 69 (27.34% from 255 or 18.70% from 369); Blue value is 123 (48.44% from 255 or 33.33% from 369); Max value from RGB is 177 - color contains mainly: red. Hex color #B1457B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1457B is #4EBA84. Grayscale: #6B6B6B. Windows color (decimal): -5159557 or 8078769. OLE color: 8078769.

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

Color convert

RGB17769123-
CMYK00.610.310.31
HSL330º43.9%48.24%-
HSV(B)330º61.02%69.41%-
XYZ23.8315.0320.38-
YUV107.45136.78177.61-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.97%
GREEN value IS 69 (27.34% from 255) = 18.70%
BLUE value IS 123 (48.44% from 255) = 33.33%
R=47.97%
G=18.70%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776912300.610.310.3133043.948.24
HexB1457B03D1F1F14a2c30
Octal26110517307537375125460
Binary101100011000101111101101111011111111111101001010101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1457B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1457B; }

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

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

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

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

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

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

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

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