#B2497F

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

Shades of Royal Heath #B2497F

Tints of Royal Heath #B2497F

Color information

#B2497F (or 0xB2497F) is unknown color: approx Royal Heath. HEX triplet: B2, 49 and 7F. RGB value is (178,73,127). Sum of RGB (Red+Green+Blue) = 178+73+127=378 (50% of max value = 765). Red value is 178 (69.92% from 255 or 47.09% from 378); Green value is 73 (28.91% from 255 or 19.31% from 378); Blue value is 127 (50% from 255 or 33.60% from 378); Max value from RGB is 178 - color contains mainly: red. Hex color #B2497F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2497F is #4DB680. Grayscale: #6E6E6E. Windows color (decimal): -5092993 or 8341938. OLE color: 8341938.

HSL color Cylindrical-coordinate representation of color #B2497F: hue angle of 329.14º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B2497F is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.30.

Color convert

RGB17873127-
CMYK00.590.290.30
HSL329.14º41.83%49.22%-
HSV(B)329.14º58.99%69.8%-
XYZ24.5715.7621.83-
YUV110.55137.29176.11-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.09%
GREEN value IS 73 (28.91% from 255) = 19.31%
BLUE value IS 127 (50% from 255) = 33.60%
R=47.09%
G=19.31%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1787312700.590.290.30329.1441.8349.22
HexB2497F03B1D1E1492a31
Octal26211117707335365115261
Binary101100101001001111111101110111110111110101001001101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2497F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2497F; }

 p { color: rgb(178,73,127); }

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

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

 a { background-color: rgb(178,73,127); }

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

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

 span { border-color: rgb(178,73,127); }

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