Html Css Color HEX #BA31AE Fuchsia

📋 copy color: '#BA31AE'

red 186 ◦ green 49 ◦ blue 174

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

Shades of Fuchsia #BA31AE

Tints of Fuchsia #BA31AE

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.98%

 BLUE value IS 174 (68.36% from 255) = 42.54%

R = 45.48%
G = 11.98%
B = 42.54%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BA31AE (or 0xBA31AE) is known color: Fuchsia. HEX triplet: BA, 31 and AE. RGB value is (186,49,174). Sum of RGB (Red+Green+Blue) = 186+49+174=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 49 (19.53% from 255 or 11.98% from 409); Blue value is 174 (68.36% from 255 or 42.54% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA31AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA31AE is #45CE51. Grayscale: #676767. Windows color (decimal): -4574802 or 11415994. OLE color: 11415994.

HSL color Cylindrical-coordinate representation of color #BA31AE: hue angle of 305.26º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA31AE is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 49 174 -
CMYK 0 0.74 0.06 0.27
HSL 305.26º 0.58% 0.46% -
HSV(B) 305.26º 0.74% 0.73% -
XYZ 28.99 15.69 41.55 -
YUV 104.21 167.39 186.34 -
System Red Green Blue C M Y K H S L
Decimal 186 49 174 0 0.74 0.06 0.27 305.26 0.58 0.46
Hex BA 31 AE 0 4A 6 1B 131 3A 2E
Octal 272 61 256 0 112 6 33 461 72 56
Binary 10111010 110001 10101110 0 1001010 110 11011 100110001 111010 101110

Color Harmonies of #BA31AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA31AE

Black with #BA31AE

Text Example


Text Example

White with #BA31AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA31AE; }

 p { color: rgb(186,49,174); }

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

background-color css

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

 a { background-color: rgb(186,49,174); }

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

border-color css

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

 span { border-color: rgb(186,49,174); }

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