Html Css Color HEX #BA5881 Royal Heath

📋 copy color: '#BA5881'

red 186 ◦ green 88 ◦ blue 129

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

Shades of Royal Heath #BA5881

Tints of Royal Heath #BA5881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 32.01%

R = 46.15%
G = 21.84%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BA5881 (or 0xBA5881) is known color: Royal Heath. HEX triplet: BA, 58 and 81. RGB value is (186,88,129). Sum of RGB (Red+Green+Blue) = 186+88+129=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 88 (34.77% from 255 or 21.84% from 403); Blue value is 129 (50.78% from 255 or 32.01% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5881 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5881 is #45A77E. Grayscale: #797979. Windows color (decimal): -4564863 or 8476858. OLE color: 8476858.

HSL color Cylindrical-coordinate representation of color #BA5881: hue angle of 334.9º 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 #BA5881 is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 88 129 -
CMYK 0 0.53 0.31 0.27
HSL 334.9º 0.42% 0.54% -
HSV(B) 334.9º 0.53% 0.73% -
XYZ 27.7 19 22.98 -
YUV 121.98 131.97 173.67 -
System Red Green Blue C M Y K H S L
Decimal 186 88 129 0 0.53 0.31 0.27 334.9 0.42 0.54
Hex BA 58 81 0 35 1F 1B 14F 2A 36
Octal 272 130 201 0 65 37 33 517 52 66
Binary 10111010 1011000 10000001 0 110101 11111 11011 101001111 101010 110110

Color Harmonies of #BA5881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5881

Black with #BA5881

Text Example


Text Example

White with #BA5881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5881; }

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

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

background-color css

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

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

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

border-color css

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

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

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