Html Css Color HEX #B54271 Royal Heath

📋 copy color: '#B54271'

red 181 ◦ green 66 ◦ blue 113

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

Shades of Royal Heath #B54271

Tints of Royal Heath #B54271

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.33%

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

R = 50.28%
G = 18.33%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B54271 (or 0xB54271) is known color: Royal Heath. HEX triplet: B5, 42 and 71. RGB value is (181,66,113). Sum of RGB (Red+Green+Blue) = 181+66+113=360 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.28% from 360); Green value is 66 (26.17% from 255 or 18.33% from 360); Blue value is 113 (44.53% from 255 or 31.39% from 360); Max value from RGB is 181 - color contains mainly: red. Hex color #B54271 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54271 is #4ABD8E. Grayscale: #696969. Windows color (decimal): -4898191 or 7422645. OLE color: 7422645.

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

Color convert

RGB 181 66 113 -
CMYK 0 0.64 0.38 0.29
HSL 335.48º 0.47% 0.48% -
HSV(B) 335.48º 0.64% 0.71% -
XYZ 23.98 14.91 17.24 -
YUV 105.74 132.1 181.68 -
System Red Green Blue C M Y K H S L
Decimal 181 66 113 0 0.64 0.38 0.29 335.48 0.47 0.48
Hex B5 42 71 0 40 26 1D 14F 2F 30
Octal 265 102 161 0 100 46 35 517 57 60
Binary 10110101 1000010 1110001 0 1000000 100110 11101 101001111 101111 110000

Color Harmonies of #B54271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54271

Black with #B54271

Text Example


Text Example

White with #B54271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54271; }

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

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

background-color css

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

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

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

border-color css

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

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

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