Html Css Color HEX #BA2EB1 Fuchsia

📋 copy color: '#BA2EB1'

red 186 ◦ green 46 ◦ blue 177

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

Shades of Fuchsia #BA2EB1

Tints of Fuchsia #BA2EB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 43.28%

R = 45.48%
G = 11.25%
B = 43.28%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BA2EB1 (or 0xBA2EB1) is known color: Fuchsia. HEX triplet: BA, 2E and B1. RGB value is (186,46,177). Sum of RGB (Red+Green+Blue) = 186+46+177=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 46 (18.36% from 255 or 11.25% from 409); Blue value is 177 (69.53% from 255 or 43.28% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2EB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2EB1 is #45D14E. Grayscale: #666666. Windows color (decimal): -4575567 or 11611834. OLE color: 11611834.

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

Color convert

RGB 186 46 177 -
CMYK 0 0.75 0.05 0.27
HSL 303.86º 0.6% 0.45% -
HSV(B) 303.86º 0.75% 0.73% -
XYZ 29.16 15.57 43.06 -
YUV 102.79 169.88 187.35 -
System Red Green Blue C M Y K H S L
Decimal 186 46 177 0 0.75 0.05 0.27 303.86 0.6 0.45
Hex BA 2E B1 0 4B 5 1B 130 3C 2D
Octal 272 56 261 0 113 5 33 460 74 55
Binary 10111010 101110 10110001 0 1001011 101 11011 100110000 111100 101101

Color Harmonies of #BA2EB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2EB1

Black with #BA2EB1

Text Example


Text Example

White with #BA2EB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2EB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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