Html Css Color HEX #B44371 Royal Heath

📋 copy color: '#B44371'

red 180 ◦ green 67 ◦ blue 113

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

Shades of Royal Heath #B44371

Tints of Royal Heath #B44371

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.61%

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

R = 50%
G = 18.61%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B44371 (or 0xB44371) is known color: Royal Heath. HEX triplet: B4, 43 and 71. RGB value is (180,67,113). Sum of RGB (Red+Green+Blue) = 180+67+113=360 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50% from 360); Green value is 67 (26.56% from 255 or 18.61% from 360); Blue value is 113 (44.53% from 255 or 31.39% from 360); Max value from RGB is 180 - color contains mainly: red. Hex color #B44371 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44371 is #4BBC8E. Grayscale: #696969. Windows color (decimal): -4963471 or 7422900. OLE color: 7422900.

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

Color convert

RGB 180 67 113 -
CMYK 0 0.63 0.37 0.29
HSL 335.58º 0.46% 0.48% -
HSV(B) 335.58º 0.63% 0.71% -
XYZ 23.81 14.91 17.25 -
YUV 106.03 131.94 180.76 -
System Red Green Blue C M Y K H S L
Decimal 180 67 113 0 0.63 0.37 0.29 335.58 0.46 0.48
Hex B4 43 71 0 3F 25 1D 150 2E 30
Octal 264 103 161 0 77 45 35 520 56 60
Binary 10110100 1000011 1110001 0 111111 100101 11101 101010000 101110 110000

Color Harmonies of #B44371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44371

Black with #B44371

Text Example


Text Example

White with #B44371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44371; }

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

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

background-color css

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

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

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

border-color css

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

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

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