Html Css Color HEX #BA2EB4 Fuchsia

📋 copy color: '#BA2EB4'

red 186 ◦ green 46 ◦ blue 180

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

Shades of Fuchsia #BA2EB4

Tints of Fuchsia #BA2EB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 43.69%

R = 45.15%
G = 11.17%
B = 43.69%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#BA2EB4 (or 0xBA2EB4) is known color: Fuchsia. HEX triplet: BA, 2E and B4. RGB value is (186,46,180). Sum of RGB (Red+Green+Blue) = 186+46+180=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 46 (18.36% from 255 or 11.17% from 412); Blue value is 180 (70.70% from 255 or 43.69% from 412); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2EB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2EB4 is #45D14B. Grayscale: #666666. Windows color (decimal): -4575564 or 11808442. OLE color: 11808442.

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

Color convert

RGB 186 46 180 -
CMYK 0 0.75 0.03 0.27
HSL 302.57º 0.6% 0.45% -
HSV(B) 302.57º 0.75% 0.73% -
XYZ 29.46 15.69 44.66 -
YUV 103.14 171.38 187.1 -
System Red Green Blue C M Y K H S L
Decimal 186 46 180 0 0.75 0.03 0.27 302.57 0.6 0.45
Hex BA 2E B4 0 4B 3 1B 12F 3C 2D
Octal 272 56 264 0 113 3 33 457 74 55
Binary 10111010 101110 10110100 0 1001011 11 11011 100101111 111100 101101

Color Harmonies of #BA2EB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2EB4

Black with #BA2EB4

Text Example


Text Example

White with #BA2EB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2EB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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