Html Css Color HEX #BA2EB9 Fuchsia

📋 copy color: '#BA2EB9'

red 186 ◦ green 46 ◦ blue 185

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

Shades of Fuchsia #BA2EB9

Tints of Fuchsia #BA2EB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 44.36%

R = 44.6%
G = 11.03%
B = 44.36%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BA2EB9 (or 0xBA2EB9) is known color: Fuchsia. HEX triplet: BA, 2E and B9. RGB value is (186,46,185). Sum of RGB (Red+Green+Blue) = 186+46+185=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 46 (18.36% from 255 or 11.03% from 417); Blue value is 185 (72.66% from 255 or 44.36% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2EB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2EB9 is #45D146. Grayscale: #676767. Windows color (decimal): -4575559 or 12136122. OLE color: 12136122.

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

Color convert

RGB 186 46 185 -
CMYK 0 0.75 0.01 0.27
HSL 300.43º 0.6% 0.45% -
HSV(B) 300.43º 0.75% 0.73% -
XYZ 29.98 15.9 47.39 -
YUV 103.71 173.88 186.7 -
System Red Green Blue C M Y K H S L
Decimal 186 46 185 0 0.75 0.01 0.27 300.43 0.6 0.45
Hex BA 2E B9 0 4B 1 1B 12C 3C 2D
Octal 272 56 271 0 113 1 33 454 74 55
Binary 10111010 101110 10111001 0 1001011 1 11011 100101100 111100 101101

Color Harmonies of #BA2EB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2EB9

Black with #BA2EB9

Text Example


Text Example

White with #BA2EB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2EB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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