Html Css Color HEX #BA3FA5 Fuchsia

📋 copy color: '#BA3FA5'

red 186 ◦ green 63 ◦ blue 165

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

Shades of Fuchsia #BA3FA5

Tints of Fuchsia #BA3FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 39.86%

R = 44.93%
G = 15.22%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BA3FA5 (or 0xBA3FA5) is known color: Fuchsia. HEX triplet: BA, 3F and A5. RGB value is (186,63,165). Sum of RGB (Red+Green+Blue) = 186+63+165=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 63 (25% from 255 or 15.22% from 414); Blue value is 165 (64.84% from 255 or 39.86% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3FA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3FA5 is #45C05A. Grayscale: #6F6F6F. Windows color (decimal): -4571227 or 10829754. OLE color: 10829754.

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

Color convert

RGB 186 63 165 -
CMYK 0 0.66 0.11 0.27
HSL 310.24º 0.49% 0.49% -
HSV(B) 310.24º 0.66% 0.73% -
XYZ 28.82 16.71 37.3 -
YUV 111.41 158.25 181.21 -
System Red Green Blue C M Y K H S L
Decimal 186 63 165 0 0.66 0.11 0.27 310.24 0.49 0.49
Hex BA 3F A5 0 42 B 1B 136 31 31
Octal 272 77 245 0 102 13 33 466 61 61
Binary 10111010 111111 10100101 0 1000010 1011 11011 100110110 110001 110001

Color Harmonies of #BA3FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3FA5

Black with #BA3FA5

Text Example


Text Example

White with #BA3FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3FA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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