Html Css Color HEX #BA37AE Fuchsia

📋 copy color: '#BA37AE'

red 186 ◦ green 55 ◦ blue 174

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

Shades of Fuchsia #BA37AE

Tints of Fuchsia #BA37AE

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.25%

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

R = 44.82%
G = 13.25%
B = 41.93%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BA37AE (or 0xBA37AE) is known color: Fuchsia. HEX triplet: BA, 37 and AE. RGB value is (186,55,174). Sum of RGB (Red+Green+Blue) = 186+55+174=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 55 (21.88% from 255 or 13.25% from 415); Blue value is 174 (68.36% from 255 or 41.93% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA37AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA37AE is #45C851. Grayscale: #6B6B6B. Windows color (decimal): -4573266 or 11417530. OLE color: 11417530.

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

Color convert

RGB 186 55 174 -
CMYK 0 0.70 0.06 0.27
HSL 305.5º 0.54% 0.47% -
HSV(B) 305.5º 0.7% 0.73% -
XYZ 29.26 16.23 41.63 -
YUV 107.74 165.4 183.82 -
System Red Green Blue C M Y K H S L
Decimal 186 55 174 0 0.70 0.06 0.27 305.5 0.54 0.47
Hex BA 37 AE 0 46 6 1B 131 36 2F
Octal 272 67 256 0 106 6 33 461 66 57
Binary 10111010 110111 10101110 0 1000110 110 11011 100110001 110110 101111

Color Harmonies of #BA37AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA37AE

Black with #BA37AE

Text Example


Text Example

White with #BA37AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA37AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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