#B2497A

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

Shades of Royal Heath #B2497A

Tints of Royal Heath #B2497A

Color information

#B2497A (or 0xB2497A) is unknown color: approx Royal Heath. HEX triplet: B2, 49 and 7A. RGB value is (178,73,122). Sum of RGB (Red+Green+Blue) = 178+73+122=373 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.72% from 373); Green value is 73 (28.91% from 255 or 19.57% from 373); Blue value is 122 (48.05% from 255 or 32.71% from 373); Max value from RGB is 178 - color contains mainly: red. Hex color #B2497A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2497A is #4DB685. Grayscale: #6D6D6D. Windows color (decimal): -5092998 or 8014258. OLE color: 8014258.

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

Color convert

RGB17873122-
CMYK00.590.310.30
HSL332º41.83%49.22%-
HSV(B)332º58.99%69.8%-
XYZ24.2615.6420.15-
YUV109.98134.79176.52-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.72%
GREEN value IS 73 (28.91% from 255) = 19.57%
BLUE value IS 122 (48.05% from 255) = 32.71%
R=47.72%
G=19.57%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1787312200.590.310.3033241.8349.22
HexB2497A03B1F1E14c2a31
Octal26211117207337365145261
Binary101100101001001111101001110111111111110101001100101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2497A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2497A; }

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

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

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

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

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

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

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

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