Html Css Color HEX #B5487E Royal Heath

📋 copy color: '#B5487E'

red 181 ◦ green 72 ◦ blue 126

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

Shades of Royal Heath #B5487E

Tints of Royal Heath #B5487E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19%

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

R = 47.76%
G = 19%
B = 33.25%

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

#B5487E (or 0xB5487E) is known color: Royal Heath. HEX triplet: B5, 48 and 7E. RGB value is (181,72,126). Sum of RGB (Red+Green+Blue) = 181+72+126=379 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.76% from 379); Green value is 72 (28.52% from 255 or 19.00% from 379); Blue value is 126 (49.61% from 255 or 33.25% from 379); Max value from RGB is 181 - color contains mainly: red. Hex color #B5487E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5487E is #4AB781. Grayscale: #6E6E6E. Windows color (decimal): -4896642 or 8276149. OLE color: 8276149.

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

Color convert

RGB 181 72 126 -
CMYK 0 0.60 0.30 0.29
HSL 330.28º 0.43% 0.5% -
HSV(B) 330.28º 0.6% 0.71% -
XYZ 25.14 15.96 21.5 -
YUV 110.75 136.61 178.11 -
System Red Green Blue C M Y K H S L
Decimal 181 72 126 0 0.60 0.30 0.29 330.28 0.43 0.5
Hex B5 48 7E 0 3C 1E 1D 14A 2B 32
Octal 265 110 176 0 74 36 35 512 53 62
Binary 10110101 1001000 1111110 0 111100 11110 11101 101001010 101011 110010

Color Harmonies of #B5487E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5487E

Black with #B5487E

Text Example


Text Example

White with #B5487E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5487E; }

 p { color: rgb(181,72,126); }

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

background-color css

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

 a { background-color: rgb(181,72,126); }

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

border-color css

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

 span { border-color: rgb(181,72,126); }

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