Html Css Color HEX #BA4178 Royal Heath

📋 copy color: '#BA4178'

red 186 ◦ green 65 ◦ blue 120

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

Shades of Royal Heath #BA4178

Tints of Royal Heath #BA4178

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.52%

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

R = 50.13%
G = 17.52%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BA4178 (or 0xBA4178) is known color: Royal Heath. HEX triplet: BA, 41 and 78. RGB value is (186,65,120). Sum of RGB (Red+Green+Blue) = 186+65+120=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 65 (25.78% from 255 or 17.52% from 371); Blue value is 120 (47.27% from 255 or 32.35% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4178 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4178 is #45BE87. Grayscale: #6B6B6B. Windows color (decimal): -4570760 or 7881146. OLE color: 7881146.

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

Color convert

RGB 186 65 120 -
CMYK 0 0.65 0.35 0.27
HSL 332.73º 0.48% 0.49% -
HSV(B) 332.73º 0.65% 0.73% -
XYZ 25.53 15.58 19.43 -
YUV 107.45 135.09 184.03 -
System Red Green Blue C M Y K H S L
Decimal 186 65 120 0 0.65 0.35 0.27 332.73 0.48 0.49
Hex BA 41 78 0 41 23 1B 14D 30 31
Octal 272 101 170 0 101 43 33 515 60 61
Binary 10111010 1000001 1111000 0 1000001 100011 11011 101001101 110000 110001

Color Harmonies of #BA4178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4178

Black with #BA4178

Text Example


Text Example

White with #BA4178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4178; }

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

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

background-color css

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

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

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

border-color css

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

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

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