Html Css Color HEX #B54A78 Royal Heath

📋 copy color: '#B54A78'

red 181 ◦ green 74 ◦ blue 120

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

Shades of Royal Heath #B54A78

Tints of Royal Heath #B54A78

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.73%

 BLUE value IS 120 (47.27% from 255) = 32%

R = 48.27%
G = 19.73%
B = 32%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B54A78 (or 0xB54A78) is known color: Royal Heath. HEX triplet: B5, 4A and 78. RGB value is (181,74,120). Sum of RGB (Red+Green+Blue) = 181+74+120=375 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.27% from 375); Green value is 74 (29.30% from 255 or 19.73% from 375); Blue value is 120 (47.27% from 255 or 32% from 375); Max value from RGB is 181 - color contains mainly: red. Hex color #B54A78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54A78 is #4AB587. Grayscale: #6F6F6F. Windows color (decimal): -4896136 or 7883445. OLE color: 7883445.

HSL color Cylindrical-coordinate representation of color #B54A78: hue angle of 334.21º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B54A78 is Cyan = 0, Magento = 0.59, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 74 120 -
CMYK 0 0.59 0.34 0.29
HSL 334.21º 0.42% 0.5% -
HSV(B) 334.21º 0.59% 0.71% -
XYZ 24.9 16.08 19.56 -
YUV 111.24 132.95 177.76 -
System Red Green Blue C M Y K H S L
Decimal 181 74 120 0 0.59 0.34 0.29 334.21 0.42 0.5
Hex B5 4A 78 0 3B 22 1D 14E 2A 32
Octal 265 112 170 0 73 42 35 516 52 62
Binary 10110101 1001010 1111000 0 111011 100010 11101 101001110 101010 110010

Color Harmonies of #B54A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54A78

Black with #B54A78

Text Example


Text Example

White with #B54A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54A78; }

 p { color: rgb(181,74,120); }

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

background-color css

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

 a { background-color: rgb(181,74,120); }

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

border-color css

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

 span { border-color: rgb(181,74,120); }

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