Html Css Color HEX #BA42AC Fuchsia

📋 copy color: '#BA42AC'

red 186 ◦ green 66 ◦ blue 172

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

Shades of Fuchsia #BA42AC

Tints of Fuchsia #BA42AC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.57%

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

R = 43.87%
G = 15.57%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA42AC (or 0xBA42AC) is known color: Fuchsia. HEX triplet: BA, 42 and AC. RGB value is (186,66,172). Sum of RGB (Red+Green+Blue) = 186+66+172=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 66 (26.17% from 255 or 15.57% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 186 - color contains mainly: red. Hex color #BA42AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA42AC is #45BD53. Grayscale: #717171. Windows color (decimal): -4570452 or 11289274. OLE color: 11289274.

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

Color convert

RGB 186 66 172 -
CMYK 0 0.65 0.08 0.27
HSL 307º 0.48% 0.49% -
HSV(B) 307º 0.65% 0.73% -
XYZ 29.64 17.31 40.81 -
YUV 113.96 160.76 179.38 -
System Red Green Blue C M Y K H S L
Decimal 186 66 172 0 0.65 0.08 0.27 307 0.48 0.49
Hex BA 42 AC 0 41 8 1B 133 30 31
Octal 272 102 254 0 101 10 33 463 60 61
Binary 10111010 1000010 10101100 0 1000001 1000 11011 100110011 110000 110001

Color Harmonies of #BA42AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA42AC

Black with #BA42AC

Text Example


Text Example

White with #BA42AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA42AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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