Html Css Color HEX #BA3BAA Fuchsia

📋 copy color: '#BA3BAA'

red 186 ◦ green 59 ◦ blue 170

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

Shades of Fuchsia #BA3BAA

Tints of Fuchsia #BA3BAA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.22%

 BLUE value IS 170 (66.8% from 255) = 40.96%

R = 44.82%
G = 14.22%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BA3BAA (or 0xBA3BAA) is known color: Fuchsia. HEX triplet: BA, 3B and AA. RGB value is (186,59,170). Sum of RGB (Red+Green+Blue) = 186+59+170=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 59 (23.44% from 255 or 14.22% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3BAA is #45C455. Grayscale: #6D6D6D. Windows color (decimal): -4572246 or 11156410. OLE color: 11156410.

HSL color Cylindrical-coordinate representation of color #BA3BAA: hue angle of 307.56º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA3BAA is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 59 170 -
CMYK 0 0.68 0.09 0.27
HSL 307.56º 0.52% 0.48% -
HSV(B) 307.56º 0.68% 0.73% -
XYZ 29.07 16.47 39.68 -
YUV 109.63 162.08 182.47 -
System Red Green Blue C M Y K H S L
Decimal 186 59 170 0 0.68 0.09 0.27 307.56 0.52 0.48
Hex BA 3B AA 0 44 9 1B 134 34 30
Octal 272 73 252 0 104 11 33 464 64 60
Binary 10111010 111011 10101010 0 1000100 1001 11011 100110100 110100 110000

Color Harmonies of #BA3BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3BAA

Black with #BA3BAA

Text Example


Text Example

White with #BA3BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3BAA; }

 p { color: rgb(186,59,170); }

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

background-color css

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

 a { background-color: rgb(186,59,170); }

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

border-color css

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

 span { border-color: rgb(186,59,170); }

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