Html Css Color HEX #B0497B Royal Heath

📋 copy color: '#B0497B'

red 176 ◦ green 73 ◦ blue 123

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

Shades of Royal Heath #B0497B

Tints of Royal Heath #B0497B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.06%

R = 47.31%
G = 19.62%
B = 33.06%

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

#B0497B (or 0xB0497B) is known color: Royal Heath. HEX triplet: B0, 49 and 7B. RGB value is (176,73,123). Sum of RGB (Red+Green+Blue) = 176+73+123=372 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.31% from 372); Green value is 73 (28.91% from 255 or 19.62% from 372); Blue value is 123 (48.44% from 255 or 33.06% from 372); Max value from RGB is 176 - color contains mainly: red. Hex color #B0497B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0497B is #4FB684. Grayscale: #6D6D6D. Windows color (decimal): -5224069 or 8079792. OLE color: 8079792.

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

Color convert

RGB 176 73 123 -
CMYK 0 0.59 0.30 0.31
HSL 330.87º 0.41% 0.49% -
HSV(B) 330.87º 0.59% 0.69% -
XYZ 23.86 15.43 20.46 -
YUV 109.5 135.62 175.43 -
System Red Green Blue C M Y K H S L
Decimal 176 73 123 0 0.59 0.30 0.31 330.87 0.41 0.49
Hex B0 49 7B 0 3B 1E 1F 14B 29 31
Octal 260 111 173 0 73 36 37 513 51 61
Binary 10110000 1001001 1111011 0 111011 11110 11111 101001011 101001 110001

Color Harmonies of #B0497B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0497B

Black with #B0497B

Text Example


Text Example

White with #B0497B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0497B; }

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

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

background-color css

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

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

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

border-color css

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

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

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