Html Css Color HEX #BA37A8 Fuchsia

📋 copy color: '#BA37A8'

red 186 ◦ green 55 ◦ blue 168

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

Shades of Fuchsia #BA37A8

Tints of Fuchsia #BA37A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 41.08%

R = 45.48%
G = 13.45%
B = 41.08%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BA37A8 (or 0xBA37A8) is known color: Fuchsia. HEX triplet: BA, 37 and A8. RGB value is (186,55,168). Sum of RGB (Red+Green+Blue) = 186+55+168=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 55 (21.88% from 255 or 13.45% from 409); Blue value is 168 (66.02% from 255 or 41.08% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA37A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA37A8 is #45C857. Grayscale: #6A6A6A. Windows color (decimal): -4573272 or 11024314. OLE color: 11024314.

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

Color convert

RGB 186 55 168 -
CMYK 0 0.70 0.10 0.27
HSL 308.24º 0.54% 0.47% -
HSV(B) 308.24º 0.7% 0.73% -
XYZ 28.68 16 38.62 -
YUV 107.05 162.4 184.31 -
System Red Green Blue C M Y K H S L
Decimal 186 55 168 0 0.70 0.10 0.27 308.24 0.54 0.47
Hex BA 37 A8 0 46 A 1B 134 36 2F
Octal 272 67 250 0 106 12 33 464 66 57
Binary 10111010 110111 10101000 0 1000110 1010 11011 100110100 110110 101111

Color Harmonies of #BA37A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA37A8

Black with #BA37A8

Text Example


Text Example

White with #BA37A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA37A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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