#B1507C

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

Shades of Royal Heath #B1507C

Tints of Royal Heath #B1507C

Color information

#B1507C (or 0xB1507C) is unknown color: approx Royal Heath. HEX triplet: B1, 50 and 7C. RGB value is (177,80,124). Sum of RGB (Red+Green+Blue) = 177+80+124=381 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.46% from 381); Green value is 80 (31.64% from 255 or 21.00% from 381); Blue value is 124 (48.83% from 255 or 32.55% from 381); Max value from RGB is 177 - color contains mainly: red. Hex color #B1507C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1507C is #4EAF83. Grayscale: #717171. Windows color (decimal): -5156740 or 8147121. OLE color: 8147121.

HSL color Cylindrical-coordinate representation of color #B1507C: hue angle of 332.78º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B1507C is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB17780124-
CMYK00.550.300.31
HSL332.78º38.34%50.39%-
HSV(B)332.78º54.8%69.41%-
XYZ24.6416.5420.96-
YUV114.02133.64172.92-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.46%
GREEN value IS 80 (31.64% from 255) = 21.00%
BLUE value IS 124 (48.83% from 255) = 32.55%
R=46.46%
G=21.00%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778012400.550.300.31332.7838.3450.39
HexB1507C0371E1F14d2632
Octal26112017406736375154662
Binary101100011010000111110001101111111011111101001101100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1507C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1507C; }

 p { color: rgb(177,80,124); }

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

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

 a { background-color: rgb(177,80,124); }

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

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

 span { border-color: rgb(177,80,124); }

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