Html Css Color HEX #BA52AC Fuchsia

📋 copy color: '#BA52AC'

red 186 ◦ green 82 ◦ blue 172

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

Shades of Fuchsia #BA52AC

Tints of Fuchsia #BA52AC

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.64%

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

R = 42.27%
G = 18.64%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA52AC (or 0xBA52AC) is known color: Fuchsia. HEX triplet: BA, 52 and AC. RGB value is (186,82,172). Sum of RGB (Red+Green+Blue) = 186+82+172=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 82 (32.42% from 255 or 18.64% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 186 - color contains mainly: red. Hex color #BA52AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA52AC is #45AD53. Grayscale: #7B7B7B. Windows color (decimal): -4566356 or 11293370. OLE color: 11293370.

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

Color convert

RGB 186 82 172 -
CMYK 0 0.56 0.08 0.27
HSL 308.08º 0.43% 0.53% -
HSV(B) 308.08º 0.56% 0.73% -
XYZ 30.71 19.45 41.17 -
YUV 123.36 155.46 172.68 -
System Red Green Blue C M Y K H S L
Decimal 186 82 172 0 0.56 0.08 0.27 308.08 0.43 0.53
Hex BA 52 AC 0 38 8 1B 134 2B 35
Octal 272 122 254 0 70 10 33 464 53 65
Binary 10111010 1010010 10101100 0 111000 1000 11011 100110100 101011 110101

Color Harmonies of #BA52AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA52AC

Black with #BA52AC

Text Example


Text Example

White with #BA52AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA52AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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