Html Css Color HEX #BA38AC Fuchsia

📋 copy color: '#BA38AC'

red 186 ◦ green 56 ◦ blue 172

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

Shades of Fuchsia #BA38AC

Tints of Fuchsia #BA38AC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.53%

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

R = 44.93%
G = 13.53%
B = 41.55%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA38AC (or 0xBA38AC) is known color: Fuchsia. HEX triplet: BA, 38 and AC. RGB value is (186,56,172). Sum of RGB (Red+Green+Blue) = 186+56+172=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 56 (22.27% from 255 or 13.53% from 414); Blue value is 172 (67.58% from 255 or 41.55% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BA38AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA38AC is #45C753. Grayscale: #6B6B6B. Windows color (decimal): -4573012 or 11286714. OLE color: 11286714.

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

Color convert

RGB 186 56 172 -
CMYK 0 0.70 0.08 0.27
HSL 306.46º 0.54% 0.47% -
HSV(B) 306.46º 0.7% 0.73% -
XYZ 29.11 16.25 40.63 -
YUV 108.09 164.07 183.57 -
System Red Green Blue C M Y K H S L
Decimal 186 56 172 0 0.70 0.08 0.27 306.46 0.54 0.47
Hex BA 38 AC 0 46 8 1B 132 36 2F
Octal 272 70 254 0 106 10 33 462 66 57
Binary 10111010 111000 10101100 0 1000110 1000 11011 100110010 110110 101111

Color Harmonies of #BA38AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA38AC

Black with #BA38AC

Text Example


Text Example

White with #BA38AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA38AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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