Html Css Color HEX #BA3FAE Fuchsia

📋 copy color: '#BA3FAE'

red 186 ◦ green 63 ◦ blue 174

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

Shades of Fuchsia #BA3FAE

Tints of Fuchsia #BA3FAE

RGB

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

 GREEN value IS 63 (25% from 255) = 14.89%

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

R = 43.97%
G = 14.89%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BA3FAE (or 0xBA3FAE) is known color: Fuchsia. HEX triplet: BA, 3F and AE. RGB value is (186,63,174). Sum of RGB (Red+Green+Blue) = 186+63+174=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 63 (25% from 255 or 14.89% from 423); Blue value is 174 (68.36% from 255 or 41.13% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3FAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3FAE is #45C051. Grayscale: #707070. Windows color (decimal): -4571218 or 11419578. OLE color: 11419578.

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

Color convert

RGB 186 63 174 -
CMYK 0 0.66 0.06 0.27
HSL 305.85º 0.49% 0.49% -
HSV(B) 305.85º 0.66% 0.73% -
XYZ 29.67 17.05 41.77 -
YUV 112.43 162.75 180.47 -
System Red Green Blue C M Y K H S L
Decimal 186 63 174 0 0.66 0.06 0.27 305.85 0.49 0.49
Hex BA 3F AE 0 42 6 1B 132 31 31
Octal 272 77 256 0 102 6 33 462 61 61
Binary 10111010 111111 10101110 0 1000010 110 11011 100110010 110001 110001

Color Harmonies of #BA3FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3FAE

Black with #BA3FAE

Text Example


Text Example

White with #BA3FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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