Html Css Color HEX #B0497C Royal Heath

📋 copy color: '#B0497C'

red 176 ◦ green 73 ◦ blue 124

#B0497C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Heath #B0497C

Tints of Royal Heath #B0497C

RGB

 RED value IS 176 (69.14% from 255) = 47.18%

 GREEN value IS 73 (28.91% from 255) = 19.57%

 BLUE value IS 124 (48.83% from 255) = 33.24%

R = 47.18%
G = 19.57%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B0497C (or 0xB0497C) is known color: Royal Heath. HEX triplet: B0, 49 and 7C. RGB value is (176,73,124). Sum of RGB (Red+Green+Blue) = 176+73+124=373 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.18% from 373); Green value is 73 (28.91% from 255 or 19.57% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 176 - color contains mainly: red. Hex color #B0497C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0497C is #4FB683. Grayscale: #6D6D6D. Windows color (decimal): -5224068 or 8145328. OLE color: 8145328.

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

Color convert

RGB 176 73 124 -
CMYK 0 0.59 0.30 0.31
HSL 330.29º 0.41% 0.49% -
HSV(B) 330.29º 0.59% 0.69% -
XYZ 23.93 15.45 20.79 -
YUV 109.61 136.12 175.35 -
System Red Green Blue C M Y K H S L
Decimal 176 73 124 0 0.59 0.30 0.31 330.29 0.41 0.49
Hex B0 49 7C 0 3B 1E 1F 14A 29 31
Octal 260 111 174 0 73 36 37 512 51 61
Binary 10110000 1001001 1111100 0 111011 11110 11111 101001010 101001 110001

Color Harmonies of #B0497C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0497C

Black with #B0497C

Text Example


Text Example

White with #B0497C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0497C; }

 p { color: rgb(176,73,124); }

 H1.HeaderClassName
 {
   color: #B0497C;
 }
 .AnyTagClassName
 {
   color: #B0497C;
 }
</style>

background-color css

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

 a { background-color: rgb(176,73,124); }

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

border-color css

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

 span { border-color: rgb(176,73,124); }

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