Html Css Color HEX #B5497F Royal Heath

📋 copy color: '#B5497F'

red 181 ◦ green 73 ◦ blue 127

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

Shades of Royal Heath #B5497F

Tints of Royal Heath #B5497F

RGB

 RED value IS 181 (71.09% from 255) = 47.51%

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

 BLUE value IS 127 (50% from 255) = 33.33%

R = 47.51%
G = 19.16%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B5497F (or 0xB5497F) is known color: Royal Heath. HEX triplet: B5, 49 and 7F. RGB value is (181,73,127). Sum of RGB (Red+Green+Blue) = 181+73+127=381 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.51% from 381); Green value is 73 (28.91% from 255 or 19.16% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 181 - color contains mainly: red. Hex color #B5497F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5497F is #4AB680. Grayscale: #6F6F6F. Windows color (decimal): -4896385 or 8341941. OLE color: 8341941.

HSL color Cylindrical-coordinate representation of color #B5497F: hue angle of 330º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B5497F is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 73 127 -
CMYK 0 0.60 0.30 0.29
HSL 330º 0.43% 0.5% -
HSV(B) 330º 0.6% 0.71% -
XYZ 25.27 16.12 21.86 -
YUV 111.45 136.78 177.61 -
System Red Green Blue C M Y K H S L
Decimal 181 73 127 0 0.60 0.30 0.29 330 0.43 0.5
Hex B5 49 7F 0 3C 1E 1D 14A 2B 32
Octal 265 111 177 0 74 36 35 512 53 62
Binary 10110101 1001001 1111111 0 111100 11110 11101 101001010 101011 110010

Color Harmonies of #B5497F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5497F

Black with #B5497F

Text Example


Text Example

White with #B5497F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5497F; }

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

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

background-color css

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

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

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

border-color css

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

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

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