Html Css Color HEX #BA5080 Royal Heath

📋 copy color: '#BA5080'

red 186 ◦ green 80 ◦ blue 128

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

Shades of Royal Heath #BA5080

Tints of Royal Heath #BA5080

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.3%

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

R = 47.21%
G = 20.3%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BA5080 (or 0xBA5080) is known color: Royal Heath. HEX triplet: BA, 50 and 80. RGB value is (186,80,128). Sum of RGB (Red+Green+Blue) = 186+80+128=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 80 (31.64% from 255 or 20.30% from 394); Blue value is 128 (50.39% from 255 or 32.49% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5080 is #45AF7F. Grayscale: #757575. Windows color (decimal): -4566912 or 8409274. OLE color: 8409274.

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

Color convert

RGB 186 80 128 -
CMYK 0 0.57 0.31 0.27
HSL 332.83º 0.43% 0.52% -
HSV(B) 332.83º 0.57% 0.73% -
XYZ 27.01 17.73 22.42 -
YUV 117.17 134.12 177.1 -
System Red Green Blue C M Y K H S L
Decimal 186 80 128 0 0.57 0.31 0.27 332.83 0.43 0.52
Hex BA 50 80 0 39 1F 1B 14D 2B 34
Octal 272 120 200 0 71 37 33 515 53 64
Binary 10111010 1010000 10000000 0 111001 11111 11011 101001101 101011 110100

Color Harmonies of #BA5080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5080

Black with #BA5080

Text Example


Text Example

White with #BA5080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5080; }

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

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

background-color css

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

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

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

border-color css

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

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

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