Html Css Color HEX #BA5178 Royal Heath

📋 copy color: '#BA5178'

red 186 ◦ green 81 ◦ blue 120

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

Shades of Royal Heath #BA5178

Tints of Royal Heath #BA5178

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.93%

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

R = 48.06%
G = 20.93%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BA5178 (or 0xBA5178) is known color: Royal Heath. HEX triplet: BA, 51 and 78. RGB value is (186,81,120). Sum of RGB (Red+Green+Blue) = 186+81+120=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 81 (32.03% from 255 or 20.93% from 387); Blue value is 120 (47.27% from 255 or 31.01% from 387); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5178 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA5178 is #45AE87. Grayscale: #747474. Windows color (decimal): -4566664 or 7885242. OLE color: 7885242.

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

Color convert

RGB 186 81 120 -
CMYK 0 0.56 0.35 0.27
HSL 337.71º 0.43% 0.52% -
HSV(B) 337.71º 0.56% 0.73% -
XYZ 26.58 17.68 19.78 -
YUV 116.84 129.79 177.33 -
System Red Green Blue C M Y K H S L
Decimal 186 81 120 0 0.56 0.35 0.27 337.71 0.43 0.52
Hex BA 51 78 0 38 23 1B 152 2B 34
Octal 272 121 170 0 70 43 33 522 53 64
Binary 10111010 1010001 1111000 0 111000 100011 11011 101010010 101011 110100

Color Harmonies of #BA5178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5178

Black with #BA5178

Text Example


Text Example

White with #BA5178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5178; }

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

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

background-color css

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

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

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

border-color css

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

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

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