Html Css Color HEX #B44171 Royal Heath

📋 copy color: '#B44171'

red 180 ◦ green 65 ◦ blue 113

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

Shades of Royal Heath #B44171

Tints of Royal Heath #B44171

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.16%

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

R = 50.28%
G = 18.16%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B44171 (or 0xB44171) is known color: Royal Heath. HEX triplet: B4, 41 and 71. RGB value is (180,65,113). Sum of RGB (Red+Green+Blue) = 180+65+113=358 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.28% from 358); Green value is 65 (25.78% from 255 or 18.16% from 358); Blue value is 113 (44.53% from 255 or 31.56% from 358); Max value from RGB is 180 - color contains mainly: red. Hex color #B44171 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44171 is #4BBE8E. Grayscale: #686868. Windows color (decimal): -4963983 or 7422388. OLE color: 7422388.

HSL color Cylindrical-coordinate representation of color #B44171: hue angle of 334.96º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B44171 is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 65 113 -
CMYK 0 0.64 0.37 0.29
HSL 334.96º 0.47% 0.48% -
HSV(B) 334.96º 0.64% 0.71% -
XYZ 23.69 14.68 17.21 -
YUV 104.86 132.6 181.6 -
System Red Green Blue C M Y K H S L
Decimal 180 65 113 0 0.64 0.37 0.29 334.96 0.47 0.48
Hex B4 41 71 0 40 25 1D 14F 2F 30
Octal 264 101 161 0 100 45 35 517 57 60
Binary 10110100 1000001 1110001 0 1000000 100101 11101 101001111 101111 110000

Color Harmonies of #B44171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44171

Black with #B44171

Text Example


Text Example

White with #B44171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44171; }

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

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

background-color css

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

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

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

border-color css

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

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

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