Html Css Color HEX #B44871 Royal Heath

📋 copy color: '#B44871'

red 180 ◦ green 72 ◦ blue 113

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

Shades of Royal Heath #B44871

Tints of Royal Heath #B44871

RGB

 RED value IS 180 (70.7% from 255) = 49.32%

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

 BLUE value IS 113 (44.53% from 255) = 30.96%

R = 49.32%
G = 19.73%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B44871 (or 0xB44871) is known color: Royal Heath. HEX triplet: B4, 48 and 71. RGB value is (180,72,113). Sum of RGB (Red+Green+Blue) = 180+72+113=365 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.32% from 365); Green value is 72 (28.52% from 255 or 19.73% from 365); Blue value is 113 (44.53% from 255 or 30.96% from 365); Max value from RGB is 180 - color contains mainly: red. Hex color #B44871 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44871 is #4BB78E. Grayscale: #6C6C6C. Windows color (decimal): -4962191 or 7424180. OLE color: 7424180.

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

Color convert

RGB 180 72 113 -
CMYK 0 0.60 0.37 0.29
HSL 337.22º 0.43% 0.49% -
HSV(B) 337.22º 0.6% 0.71% -
XYZ 24.12 15.53 17.35 -
YUV 108.97 130.28 178.67 -
System Red Green Blue C M Y K H S L
Decimal 180 72 113 0 0.60 0.37 0.29 337.22 0.43 0.49
Hex B4 48 71 0 3C 25 1D 151 2B 31
Octal 264 110 161 0 74 45 35 521 53 61
Binary 10110100 1001000 1110001 0 111100 100101 11101 101010001 101011 110001

Color Harmonies of #B44871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44871

Black with #B44871

Text Example


Text Example

White with #B44871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44871; }

 p { color: rgb(180,72,113); }

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

background-color css

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

 a { background-color: rgb(180,72,113); }

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

border-color css

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

 span { border-color: rgb(180,72,113); }

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