Html Css Color HEX #B5477D Royal Heath

📋 copy color: '#B5477D'

red 181 ◦ green 71 ◦ blue 125

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

Shades of Royal Heath #B5477D

Tints of Royal Heath #B5477D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.16%

R = 48.01%
G = 18.83%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B5477D (or 0xB5477D) is known color: Royal Heath. HEX triplet: B5, 47 and 7D. RGB value is (181,71,125). Sum of RGB (Red+Green+Blue) = 181+71+125=377 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.01% from 377); Green value is 71 (28.12% from 255 or 18.83% from 377); Blue value is 125 (49.22% from 255 or 33.16% from 377); Max value from RGB is 181 - color contains mainly: red. Hex color #B5477D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5477D is #4AB882. Grayscale: #6D6D6D. Windows color (decimal): -4896899 or 8210357. OLE color: 8210357.

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

Color convert

RGB 181 71 125 -
CMYK 0 0.61 0.31 0.29
HSL 330.55º 0.44% 0.49% -
HSV(B) 330.55º 0.61% 0.71% -
XYZ 25.01 15.81 21.14 -
YUV 110.05 136.44 178.61 -
System Red Green Blue C M Y K H S L
Decimal 181 71 125 0 0.61 0.31 0.29 330.55 0.44 0.49
Hex B5 47 7D 0 3D 1F 1D 14B 2C 31
Octal 265 107 175 0 75 37 35 513 54 61
Binary 10110101 1000111 1111101 0 111101 11111 11101 101001011 101100 110001

Color Harmonies of #B5477D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5477D

Black with #B5477D

Text Example


Text Example

White with #B5477D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5477D; }

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

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

background-color css

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

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

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

border-color css

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

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

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