Html Css Color HEX #BA5878 Royal Heath

📋 copy color: '#BA5878'

red 186 ◦ green 88 ◦ blue 120

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

Shades of Royal Heath #BA5878

Tints of Royal Heath #BA5878

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.34%

 BLUE value IS 120 (47.27% from 255) = 30.46%

R = 47.21%
G = 22.34%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BA5878 (or 0xBA5878) is known color: Royal Heath. HEX triplet: BA, 58 and 78. RGB value is (186,88,120). Sum of RGB (Red+Green+Blue) = 186+88+120=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 88 (34.77% from 255 or 22.34% from 394); Blue value is 120 (47.27% from 255 or 30.46% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5878 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5878 is #45A787. Grayscale: #787878. Windows color (decimal): -4564872 or 7887034. OLE color: 7887034.

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

Color convert

RGB 186 88 120 -
CMYK 0 0.53 0.35 0.27
HSL 340.41º 0.42% 0.54% -
HSV(B) 340.41º 0.53% 0.73% -
XYZ 27.13 18.77 19.96 -
YUV 120.95 127.47 174.4 -
System Red Green Blue C M Y K H S L
Decimal 186 88 120 0 0.53 0.35 0.27 340.41 0.42 0.54
Hex BA 58 78 0 35 23 1B 154 2A 36
Octal 272 130 170 0 65 43 33 524 52 66
Binary 10111010 1011000 1111000 0 110101 100011 11011 101010100 101010 110110

Color Harmonies of #BA5878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5878

Black with #BA5878

Text Example


Text Example

White with #BA5878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5878; }

 p { color: rgb(186,88,120); }

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

background-color css

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

 a { background-color: rgb(186,88,120); }

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

border-color css

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

 span { border-color: rgb(186,88,120); }

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