Html Css Color HEX #BA5480 Royal Heath

📋 copy color: '#BA5480'

red 186 ◦ green 84 ◦ blue 128

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

Shades of Royal Heath #BA5480

Tints of Royal Heath #BA5480

RGB

 RED value IS 186 (73.05% from 255) = 46.73%

 GREEN value IS 84 (33.2% from 255) = 21.11%

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

R = 46.73%
G = 21.11%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BA5480 (or 0xBA5480) is known color: Royal Heath. HEX triplet: BA, 54 and 80. RGB value is (186,84,128). Sum of RGB (Red+Green+Blue) = 186+84+128=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 84 (33.20% from 255 or 21.11% from 398); Blue value is 128 (50.39% from 255 or 32.16% from 398); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5480 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5480 is #45AB7F. Grayscale: #777777. Windows color (decimal): -4565888 or 8410298. OLE color: 8410298.

HSL color Cylindrical-coordinate representation of color #BA5480: hue angle of 334.12º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA5480 is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 84 128 -
CMYK 0 0.55 0.31 0.27
HSL 334.12º 0.43% 0.53% -
HSV(B) 334.12º 0.55% 0.73% -
XYZ 27.32 18.34 22.52 -
YUV 119.51 132.79 175.42 -
System Red Green Blue C M Y K H S L
Decimal 186 84 128 0 0.55 0.31 0.27 334.12 0.43 0.53
Hex BA 54 80 0 37 1F 1B 14E 2A 35
Octal 272 124 200 0 67 37 33 516 52 65
Binary 10111010 1010100 10000000 0 110111 11111 11011 101001110 101010 110101

Color Harmonies of #BA5480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5480

Black with #BA5480

Text Example


Text Example

White with #BA5480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5480; }

 p { color: rgb(186,84,128); }

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

background-color css

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

 a { background-color: rgb(186,84,128); }

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

border-color css

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

 span { border-color: rgb(186,84,128); }

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