Html Css Color HEX #BA5980 Royal Heath

📋 copy color: '#BA5980'

red 186 ◦ green 89 ◦ blue 128

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

Shades of Royal Heath #BA5980

Tints of Royal Heath #BA5980

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.08%

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

R = 46.15%
G = 22.08%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BA5980 (or 0xBA5980) is known color: Royal Heath. HEX triplet: BA, 59 and 80. RGB value is (186,89,128). Sum of RGB (Red+Green+Blue) = 186+89+128=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 89 (35.16% from 255 or 22.08% from 403); Blue value is 128 (50.39% from 255 or 31.76% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5980 is #45A67F. Grayscale: #7A7A7A. Windows color (decimal): -4564608 or 8411578. OLE color: 8411578.

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

Color convert

RGB 186 89 128 -
CMYK 0 0.52 0.31 0.27
HSL 335.88º 0.41% 0.54% -
HSV(B) 335.88º 0.52% 0.73% -
XYZ 27.72 19.14 22.66 -
YUV 122.45 131.14 173.33 -
System Red Green Blue C M Y K H S L
Decimal 186 89 128 0 0.52 0.31 0.27 335.88 0.41 0.54
Hex BA 59 80 0 34 1F 1B 150 29 36
Octal 272 131 200 0 64 37 33 520 51 66
Binary 10111010 1011001 10000000 0 110100 11111 11011 101010000 101001 110110

Color Harmonies of #BA5980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5980

Black with #BA5980

Text Example


Text Example

White with #BA5980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5980; }

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

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

background-color css

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

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

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

border-color css

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

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

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