Html Css Color HEX #BA35AC Fuchsia

📋 copy color: '#BA35AC'

red 186 ◦ green 53 ◦ blue 172

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

Shades of Fuchsia #BA35AC

Tints of Fuchsia #BA35AC

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.9%

 BLUE value IS 172 (67.58% from 255) = 41.85%

R = 45.26%
G = 12.9%
B = 41.85%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA35AC (or 0xBA35AC) is known color: Fuchsia. HEX triplet: BA, 35 and AC. RGB value is (186,53,172). Sum of RGB (Red+Green+Blue) = 186+53+172=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 53 (21.09% from 255 or 12.90% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BA35AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA35AC is #45CA53. Grayscale: #696969. Windows color (decimal): -4573780 or 11285946. OLE color: 11285946.

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

Color convert

RGB 186 53 172 -
CMYK 0 0.72 0.08 0.27
HSL 306.32º 0.56% 0.47% -
HSV(B) 306.32º 0.72% 0.73% -
XYZ 28.97 15.96 40.58 -
YUV 106.33 165.06 184.82 -
System Red Green Blue C M Y K H S L
Decimal 186 53 172 0 0.72 0.08 0.27 306.32 0.56 0.47
Hex BA 35 AC 0 48 8 1B 132 38 2F
Octal 272 65 254 0 110 10 33 462 70 57
Binary 10111010 110101 10101100 0 1001000 1000 11011 100110010 111000 101111

Color Harmonies of #BA35AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA35AC

Black with #BA35AC

Text Example


Text Example

White with #BA35AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA35AC; }

 p { color: rgb(186,53,172); }

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

background-color css

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

 a { background-color: rgb(186,53,172); }

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

border-color css

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

 span { border-color: rgb(186,53,172); }

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