Html Css Color HEX #BA49A7 Fuchsia

📋 copy color: '#BA49A7'

red 186 ◦ green 73 ◦ blue 167

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

Shades of Fuchsia #BA49A7

Tints of Fuchsia #BA49A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 39.2%

R = 43.66%
G = 17.14%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BA49A7 (or 0xBA49A7) is known color: Fuchsia. HEX triplet: BA, 49 and A7. RGB value is (186,73,167). Sum of RGB (Red+Green+Blue) = 186+73+167=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 73 (28.91% from 255 or 17.14% from 426); Blue value is 167 (65.62% from 255 or 39.20% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BA49A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA49A7 is #45B658. Grayscale: #757575. Windows color (decimal): -4568665 or 10963386. OLE color: 10963386.

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

Color convert

RGB 186 73 167 -
CMYK 0 0.61 0.10 0.27
HSL 310.09º 0.45% 0.51% -
HSV(B) 310.09º 0.61% 0.73% -
XYZ 29.61 17.99 38.47 -
YUV 117.5 155.94 176.86 -
System Red Green Blue C M Y K H S L
Decimal 186 73 167 0 0.61 0.10 0.27 310.09 0.45 0.51
Hex BA 49 A7 0 3D A 1B 136 2D 33
Octal 272 111 247 0 75 12 33 466 55 63
Binary 10111010 1001001 10100111 0 111101 1010 11011 100110110 101101 110011

Color Harmonies of #BA49A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA49A7

Black with #BA49A7

Text Example


Text Example

White with #BA49A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA49A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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