Html Css Color HEX #B44881 Royal Heath

📋 copy color: '#B44881'

red 180 ◦ green 72 ◦ blue 129

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

Shades of Royal Heath #B44881

Tints of Royal Heath #B44881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 33.86%

R = 47.24%
G = 18.9%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B44881 (or 0xB44881) is known color: Royal Heath. HEX triplet: B4, 48 and 81. RGB value is (180,72,129). Sum of RGB (Red+Green+Blue) = 180+72+129=381 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.24% from 381); Green value is 72 (28.52% from 255 or 18.90% from 381); Blue value is 129 (50.78% from 255 or 33.86% from 381); Max value from RGB is 180 - color contains mainly: red. Hex color #B44881 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44881 is #4BB77E. Grayscale: #6E6E6E. Windows color (decimal): -4962175 or 8472756. OLE color: 8472756.

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

Color convert

RGB 180 72 129 -
CMYK 0 0.60 0.28 0.29
HSL 328.33º 0.43% 0.49% -
HSV(B) 328.33º 0.6% 0.71% -
XYZ 25.1 15.92 22.52 -
YUV 110.79 138.28 177.37 -
System Red Green Blue C M Y K H S L
Decimal 180 72 129 0 0.60 0.28 0.29 328.33 0.43 0.49
Hex B4 48 81 0 3C 1C 1D 148 2B 31
Octal 264 110 201 0 74 34 35 510 53 61
Binary 10110100 1001000 10000001 0 111100 11100 11101 101001000 101011 110001

Color Harmonies of #B44881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44881

Black with #B44881

Text Example


Text Example

White with #B44881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44881; }

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

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

background-color css

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

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

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

border-color css

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

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

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