Html Css Color HEX #B0497E Royal Heath

📋 copy color: '#B0497E'

red 176 ◦ green 73 ◦ blue 126

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

Shades of Royal Heath #B0497E

Tints of Royal Heath #B0497E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.6%

R = 46.93%
G = 19.47%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B0497E (or 0xB0497E) is known color: Royal Heath. HEX triplet: B0, 49 and 7E. RGB value is (176,73,126). Sum of RGB (Red+Green+Blue) = 176+73+126=375 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.93% from 375); Green value is 73 (28.91% from 255 or 19.47% from 375); Blue value is 126 (49.61% from 255 or 33.6% from 375); Max value from RGB is 176 - color contains mainly: red. Hex color #B0497E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0497E is #4FB681. Grayscale: #6D6D6D. Windows color (decimal): -5224066 or 8276400. OLE color: 8276400.

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

Color convert

RGB 176 73 126 -
CMYK 0 0.59 0.28 0.31
HSL 329.13º 0.41% 0.49% -
HSV(B) 329.13º 0.59% 0.69% -
XYZ 24.05 15.5 21.46 -
YUV 109.84 137.12 175.19 -
System Red Green Blue C M Y K H S L
Decimal 176 73 126 0 0.59 0.28 0.31 329.13 0.41 0.49
Hex B0 49 7E 0 3B 1C 1F 149 29 31
Octal 260 111 176 0 73 34 37 511 51 61
Binary 10110000 1001001 1111110 0 111011 11100 11111 101001001 101001 110001

Color Harmonies of #B0497E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0497E

Black with #B0497E

Text Example


Text Example

White with #B0497E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0497E; }

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

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

background-color css

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

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

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

border-color css

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

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

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