Html Css Color HEX #BA4980 Royal Heath

📋 copy color: '#BA4980'

red 186 ◦ green 73 ◦ blue 128

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

Shades of Royal Heath #BA4980

Tints of Royal Heath #BA4980

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.86%

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

R = 48.06%
G = 18.86%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BA4980 (or 0xBA4980) is known color: Royal Heath. HEX triplet: BA, 49 and 80. RGB value is (186,73,128). Sum of RGB (Red+Green+Blue) = 186+73+128=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 73 (28.91% from 255 or 18.86% from 387); Blue value is 128 (50.39% from 255 or 33.07% from 387); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4980 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4980 is #45B67F. Grayscale: #707070. Windows color (decimal): -4568704 or 8407482. OLE color: 8407482.

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

Color convert

RGB 186 73 128 -
CMYK 0 0.61 0.31 0.27
HSL 330.8º 0.45% 0.51% -
HSV(B) 330.8º 0.61% 0.73% -
XYZ 26.53 16.76 22.26 -
YUV 113.06 136.44 180.03 -
System Red Green Blue C M Y K H S L
Decimal 186 73 128 0 0.61 0.31 0.27 330.8 0.45 0.51
Hex BA 49 80 0 3D 1F 1B 14B 2D 33
Octal 272 111 200 0 75 37 33 513 55 63
Binary 10111010 1001001 10000000 0 111101 11111 11011 101001011 101101 110011

Color Harmonies of #BA4980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4980

Black with #BA4980

Text Example


Text Example

White with #BA4980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4980; }

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

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

background-color css

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

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

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

border-color css

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

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

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