Html Css Color HEX #B5477F Royal Heath

📋 copy color: '#B5477F'

red 181 ◦ green 71 ◦ blue 127

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

Shades of Royal Heath #B5477F

Tints of Royal Heath #B5477F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.73%

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

R = 47.76%
G = 18.73%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B5477F (or 0xB5477F) is known color: Royal Heath. HEX triplet: B5, 47 and 7F. RGB value is (181,71,127). Sum of RGB (Red+Green+Blue) = 181+71+127=379 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.76% from 379); Green value is 71 (28.12% from 255 or 18.73% from 379); Blue value is 127 (50% from 255 or 33.51% from 379); Max value from RGB is 181 - color contains mainly: red. Hex color #B5477F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5477F is #4AB880. Grayscale: #6E6E6E. Windows color (decimal): -4896897 or 8341429. OLE color: 8341429.

HSL color Cylindrical-coordinate representation of color #B5477F: hue angle of 329.45º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B5477F is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 71 127 -
CMYK 0 0.61 0.30 0.29
HSL 329.45º 0.44% 0.49% -
HSV(B) 329.45º 0.61% 0.71% -
XYZ 25.14 15.86 21.82 -
YUV 110.27 137.44 178.45 -
System Red Green Blue C M Y K H S L
Decimal 181 71 127 0 0.61 0.30 0.29 329.45 0.44 0.49
Hex B5 47 7F 0 3D 1E 1D 149 2C 31
Octal 265 107 177 0 75 36 35 511 54 61
Binary 10110101 1000111 1111111 0 111101 11110 11101 101001001 101100 110001

Color Harmonies of #B5477F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5477F

Black with #B5477F

Text Example


Text Example

White with #B5477F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5477F; }

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

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

background-color css

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

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

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

border-color css

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

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

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