Html Css Color HEX #B44781 Royal Heath

📋 copy color: '#B44781'

red 180 ◦ green 71 ◦ blue 129

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

Shades of Royal Heath #B44781

Tints of Royal Heath #B44781

RGB

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

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

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

R = 47.37%
G = 18.68%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B44781 (or 0xB44781) is known color: Royal Heath. HEX triplet: B4, 47 and 81. RGB value is (180,71,129). Sum of RGB (Red+Green+Blue) = 180+71+129=380 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.37% from 380); Green value is 71 (28.12% from 255 or 18.68% from 380); Blue value is 129 (50.78% from 255 or 33.95% from 380); Max value from RGB is 180 - color contains mainly: red. Hex color #B44781 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44781 is #4BB87E. Grayscale: #6E6E6E. Windows color (decimal): -4962431 or 8472500. OLE color: 8472500.

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

Color convert

RGB 180 71 129 -
CMYK 0 0.61 0.28 0.29
HSL 328.07º 0.43% 0.49% -
HSV(B) 328.07º 0.61% 0.71% -
XYZ 25.04 15.79 22.5 -
YUV 110.2 138.61 177.78 -
System Red Green Blue C M Y K H S L
Decimal 180 71 129 0 0.61 0.28 0.29 328.07 0.43 0.49
Hex B4 47 81 0 3D 1C 1D 148 2B 31
Octal 264 107 201 0 75 34 35 510 53 61
Binary 10110100 1000111 10000001 0 111101 11100 11101 101001000 101011 110001

Color Harmonies of #B44781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44781

Black with #B44781

Text Example


Text Example

White with #B44781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44781; }

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

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

background-color css

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

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

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

border-color css

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

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

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