Html Css Color HEX #B54571 Royal Heath

📋 copy color: '#B54571'

red 181 ◦ green 69 ◦ blue 113

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

Shades of Royal Heath #B54571

Tints of Royal Heath #B54571

RGB

 RED value IS 181 (71.09% from 255) = 49.86%

 GREEN value IS 69 (27.34% from 255) = 19.01%

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

R = 49.86%
G = 19.01%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B54571 (or 0xB54571) is known color: Royal Heath. HEX triplet: B5, 45 and 71. RGB value is (181,69,113). Sum of RGB (Red+Green+Blue) = 181+69+113=363 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.86% from 363); Green value is 69 (27.34% from 255 or 19.01% from 363); Blue value is 113 (44.53% from 255 or 31.13% from 363); Max value from RGB is 181 - color contains mainly: red. Hex color #B54571 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54571 is #4ABA8E. Grayscale: #6B6B6B. Windows color (decimal): -4897423 or 7423413. OLE color: 7423413.

HSL color Cylindrical-coordinate representation of color #B54571: hue angle of 336.43º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B54571 is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 69 113 -
CMYK 0 0.62 0.38 0.29
HSL 336.43º 0.45% 0.49% -
HSV(B) 336.43º 0.62% 0.71% -
XYZ 24.16 15.27 17.3 -
YUV 107.5 131.11 180.42 -
System Red Green Blue C M Y K H S L
Decimal 181 69 113 0 0.62 0.38 0.29 336.43 0.45 0.49
Hex B5 45 71 0 3E 26 1D 150 2D 31
Octal 265 105 161 0 76 46 35 520 55 61
Binary 10110101 1000101 1110001 0 111110 100110 11101 101010000 101101 110001

Color Harmonies of #B54571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54571

Black with #B54571

Text Example


Text Example

White with #B54571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54571; }

 p { color: rgb(181,69,113); }

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

background-color css

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

 a { background-color: rgb(181,69,113); }

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

border-color css

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

 span { border-color: rgb(181,69,113); }

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