Html Css Color HEX #BA33AA Fuchsia

📋 copy color: '#BA33AA'

red 186 ◦ green 51 ◦ blue 170

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

Shades of Fuchsia #BA33AA

Tints of Fuchsia #BA33AA

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.53%

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

R = 45.7%
G = 12.53%
B = 41.77%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BA33AA (or 0xBA33AA) is known color: Fuchsia. HEX triplet: BA, 33 and AA. RGB value is (186,51,170). Sum of RGB (Red+Green+Blue) = 186+51+170=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 51 (20.31% from 255 or 12.53% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA33AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA33AA is #45CC55. Grayscale: #686868. Windows color (decimal): -4574294 or 11154362. OLE color: 11154362.

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

Color convert

RGB 186 51 170 -
CMYK 0 0.73 0.09 0.27
HSL 307.11º 0.57% 0.46% -
HSV(B) 307.11º 0.73% 0.73% -
XYZ 28.69 15.71 39.55 -
YUV 104.93 164.73 185.82 -
System Red Green Blue C M Y K H S L
Decimal 186 51 170 0 0.73 0.09 0.27 307.11 0.57 0.46
Hex BA 33 AA 0 49 9 1B 133 39 2E
Octal 272 63 252 0 111 11 33 463 71 56
Binary 10111010 110011 10101010 0 1001001 1001 11011 100110011 111001 101110

Color Harmonies of #BA33AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA33AA

Black with #BA33AA

Text Example


Text Example

White with #BA33AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA33AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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