Html Css Color HEX #BA2EB8 Fuchsia

📋 copy color: '#BA2EB8'

red 186 ◦ green 46 ◦ blue 184

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

Shades of Fuchsia #BA2EB8

Tints of Fuchsia #BA2EB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 44.23%

R = 44.71%
G = 11.06%
B = 44.23%

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

#BA2EB8 (or 0xBA2EB8) is known color: Fuchsia. HEX triplet: BA, 2E and B8. RGB value is (186,46,184). Sum of RGB (Red+Green+Blue) = 186+46+184=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 46 (18.36% from 255 or 11.06% from 416); Blue value is 184 (72.27% from 255 or 44.23% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2EB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2EB8 is #45D147. Grayscale: #676767. Windows color (decimal): -4575560 or 12070586. OLE color: 12070586.

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

Color convert

RGB 186 46 184 -
CMYK 0 0.75 0.01 0.27
HSL 300.86º 0.6% 0.45% -
HSV(B) 300.86º 0.75% 0.73% -
XYZ 29.88 15.85 46.83 -
YUV 103.59 173.38 186.78 -
System Red Green Blue C M Y K H S L
Decimal 186 46 184 0 0.75 0.01 0.27 300.86 0.6 0.45
Hex BA 2E B8 0 4B 1 1B 12D 3C 2D
Octal 272 56 270 0 113 1 33 455 74 55
Binary 10111010 101110 10111000 0 1001011 1 11011 100101101 111100 101101

Color Harmonies of #BA2EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2EB8

Black with #BA2EB8

Text Example


Text Example

White with #BA2EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2EB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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