Html Css Color HEX #B54671 Royal Heath

📋 copy color: '#B54671'

red 181 ◦ green 70 ◦ blue 113

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

Shades of Royal Heath #B54671

Tints of Royal Heath #B54671

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.23%

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

R = 49.73%
G = 19.23%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B54671 (or 0xB54671) is known color: Royal Heath. HEX triplet: B5, 46 and 71. RGB value is (181,70,113). Sum of RGB (Red+Green+Blue) = 181+70+113=364 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.73% from 364); Green value is 70 (27.73% from 255 or 19.23% from 364); Blue value is 113 (44.53% from 255 or 31.04% from 364); Max value from RGB is 181 - color contains mainly: red. Hex color #B54671 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54671 is #4AB98E. Grayscale: #6C6C6C. Windows color (decimal): -4897167 or 7423669. OLE color: 7423669.

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

Color convert

RGB 181 70 113 -
CMYK 0 0.61 0.38 0.29
HSL 336.76º 0.44% 0.49% -
HSV(B) 336.76º 0.61% 0.71% -
XYZ 24.23 15.4 17.32 -
YUV 108.09 130.77 180 -
System Red Green Blue C M Y K H S L
Decimal 181 70 113 0 0.61 0.38 0.29 336.76 0.44 0.49
Hex B5 46 71 0 3D 26 1D 151 2C 31
Octal 265 106 161 0 75 46 35 521 54 61
Binary 10110101 1000110 1110001 0 111101 100110 11101 101010001 101100 110001

Color Harmonies of #B54671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54671

Black with #B54671

Text Example


Text Example

White with #B54671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54671; }

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

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

background-color css

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

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

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

border-color css

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

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

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