Html Css Color HEX #BA2EAB Fuchsia

📋 copy color: '#BA2EAB'

red 186 ◦ green 46 ◦ blue 171

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

Shades of Fuchsia #BA2EAB

Tints of Fuchsia #BA2EAB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.41%

 BLUE value IS 171 (67.19% from 255) = 42.43%

R = 46.15%
G = 11.41%
B = 42.43%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA2EAB (or 0xBA2EAB) is known color: Fuchsia. HEX triplet: BA, 2E and AB. RGB value is (186,46,171). Sum of RGB (Red+Green+Blue) = 186+46+171=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 46 (18.36% from 255 or 11.41% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2EAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2EAB is #45D154. Grayscale: #656565. Windows color (decimal): -4575573 or 11218618. OLE color: 11218618.

HSL color Cylindrical-coordinate representation of color #BA2EAB: hue angle of 306.43º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA2EAB is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 46 171 -
CMYK 0 0.75 0.08 0.27
HSL 306.43º 0.6% 0.45% -
HSV(B) 306.43º 0.75% 0.73% -
XYZ 28.58 15.33 39.98 -
YUV 102.11 166.88 187.84 -
System Red Green Blue C M Y K H S L
Decimal 186 46 171 0 0.75 0.08 0.27 306.43 0.6 0.45
Hex BA 2E AB 0 4B 8 1B 132 3C 2D
Octal 272 56 253 0 113 10 33 462 74 55
Binary 10111010 101110 10101011 0 1001011 1000 11011 100110010 111100 101101

Color Harmonies of #BA2EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2EAB

Black with #BA2EAB

Text Example


Text Example

White with #BA2EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2EAB; }

 p { color: rgb(186,46,171); }

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

background-color css

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

 a { background-color: rgb(186,46,171); }

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

border-color css

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

 span { border-color: rgb(186,46,171); }

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