Html Css Color HEX #BA2ABE Fuchsia

📋 copy color: '#BA2ABE'

red 186 ◦ green 42 ◦ blue 190

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

Shades of Fuchsia #BA2ABE

Tints of Fuchsia #BA2ABE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.05%

 BLUE value IS 190 (74.61% from 255) = 45.45%

R = 44.5%
G = 10.05%
B = 45.45%

CMYK

 C value IS 0.02

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA2ABE (or 0xBA2ABE) is known color: Fuchsia. HEX triplet: BA, 2A and BE. RGB value is (186,42,190). Sum of RGB (Red+Green+Blue) = 186+42+190=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 42 (16.80% from 255 or 10.05% from 418); Blue value is 190 (74.61% from 255 or 45.45% from 418); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA2ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2ABE is #45D541. Grayscale: #656565. Windows color (decimal): -4576578 or 12462778. OLE color: 12462778.

HSL color Cylindrical-coordinate representation of color #BA2ABE: hue angle of 298.38º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA2ABE is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 186 42 190 -
CMYK 0.02 0.78 0 0.25
HSL 298.38º 0.64% 0.45% -
HSV(B) 298.38º 0.78% 0.75% -
XYZ 30.37 15.81 50.17 -
YUV 101.93 177.71 187.97 -
System Red Green Blue C M Y K H S L
Decimal 186 42 190 0.02 0.78 0 0.25 298.38 0.64 0.45
Hex BA 2A BE 2 4E 0 19 12A 40 2D
Octal 272 52 276 2 116 0 31 452 100 55
Binary 10111010 101010 10111110 10 1001110 0 11001 100101010 1000000 101101

Color Harmonies of #BA2ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2ABE

Black with #BA2ABE

Text Example


Text Example

White with #BA2ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2ABE; }

 p { color: rgb(186,42,190); }

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

background-color css

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

 a { background-color: rgb(186,42,190); }

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

border-color css

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

 span { border-color: rgb(186,42,190); }

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