Html Css Color HEX #B54580 Royal Heath

📋 copy color: '#B54580'

red 181 ◦ green 69 ◦ blue 128

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

Shades of Royal Heath #B54580

Tints of Royal Heath #B54580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 33.86%

R = 47.88%
G = 18.25%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B54580 (or 0xB54580) is known color: Royal Heath. HEX triplet: B5, 45 and 80. RGB value is (181,69,128). Sum of RGB (Red+Green+Blue) = 181+69+128=378 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.88% from 378); Green value is 69 (27.34% from 255 or 18.25% from 378); Blue value is 128 (50.39% from 255 or 33.86% from 378); Max value from RGB is 181 - color contains mainly: red. Hex color #B54580 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54580 is #4ABA7F. Grayscale: #6D6D6D. Windows color (decimal): -4897408 or 8406453. OLE color: 8406453.

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

Color convert

RGB 181 69 128 -
CMYK 0 0.62 0.29 0.29
HSL 328.39º 0.45% 0.49% -
HSV(B) 328.39º 0.62% 0.71% -
XYZ 25.08 15.64 22.12 -
YUV 109.21 138.61 179.2 -
System Red Green Blue C M Y K H S L
Decimal 181 69 128 0 0.62 0.29 0.29 328.39 0.45 0.49
Hex B5 45 80 0 3E 1D 1D 148 2D 31
Octal 265 105 200 0 76 35 35 510 55 61
Binary 10110101 1000101 10000000 0 111110 11101 11101 101001000 101101 110001

Color Harmonies of #B54580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54580

Black with #B54580

Text Example


Text Example

White with #B54580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54580; }

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

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

background-color css

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

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

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

border-color css

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

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

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