Html Css Color HEX #B54276 Royal Heath

📋 copy color: '#B54276'

red 181 ◦ green 66 ◦ blue 118

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

Shades of Royal Heath #B54276

Tints of Royal Heath #B54276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 32.33%

R = 49.59%
G = 18.08%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B54276 (or 0xB54276) is known color: Royal Heath. HEX triplet: B5, 42 and 76. RGB value is (181,66,118). Sum of RGB (Red+Green+Blue) = 181+66+118=365 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.59% from 365); Green value is 66 (26.17% from 255 or 18.08% from 365); Blue value is 118 (46.48% from 255 or 32.33% from 365); Max value from RGB is 181 - color contains mainly: red. Hex color #B54276 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54276 is #4ABD89. Grayscale: #6A6A6A. Windows color (decimal): -4898186 or 7750325. OLE color: 7750325.

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

Color convert

RGB 181 66 118 -
CMYK 0 0.64 0.35 0.29
HSL 332.87º 0.47% 0.48% -
HSV(B) 332.87º 0.64% 0.71% -
XYZ 24.27 15.03 18.76 -
YUV 106.31 134.6 181.27 -
System Red Green Blue C M Y K H S L
Decimal 181 66 118 0 0.64 0.35 0.29 332.87 0.47 0.48
Hex B5 42 76 0 40 23 1D 14D 2F 30
Octal 265 102 166 0 100 43 35 515 57 60
Binary 10110101 1000010 1110110 0 1000000 100011 11101 101001101 101111 110000

Color Harmonies of #B54276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54276

Black with #B54276

Text Example


Text Example

White with #B54276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54276; }

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

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

background-color css

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

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

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

border-color css

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

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

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