Html Css Color HEX #BA41A7 Fuchsia

📋 copy color: '#BA41A7'

red 186 ◦ green 65 ◦ blue 167

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

Shades of Fuchsia #BA41A7

Tints of Fuchsia #BA41A7

RGB

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

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

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

R = 44.5%
G = 15.55%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BA41A7 (or 0xBA41A7) is known color: Fuchsia. HEX triplet: BA, 41 and A7. RGB value is (186,65,167). Sum of RGB (Red+Green+Blue) = 186+65+167=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 65 (25.78% from 255 or 15.55% from 418); Blue value is 167 (65.62% from 255 or 39.95% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BA41A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA41A7 is #45BE58. Grayscale: #707070. Windows color (decimal): -4570713 or 10961338. OLE color: 10961338.

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

Color convert

RGB 186 65 167 -
CMYK 0 0.65 0.10 0.27
HSL 309.42º 0.48% 0.49% -
HSV(B) 309.42º 0.65% 0.73% -
XYZ 29.12 17.01 38.31 -
YUV 112.81 158.59 180.21 -
System Red Green Blue C M Y K H S L
Decimal 186 65 167 0 0.65 0.10 0.27 309.42 0.48 0.49
Hex BA 41 A7 0 41 A 1B 135 30 31
Octal 272 101 247 0 101 12 33 465 60 61
Binary 10111010 1000001 10100111 0 1000001 1010 11011 100110101 110000 110001

Color Harmonies of #BA41A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA41A7

Black with #BA41A7

Text Example


Text Example

White with #BA41A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA41A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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