Html Css Color HEX #BA2AB8 Fuchsia

📋 copy color: '#BA2AB8'

red 186 ◦ green 42 ◦ blue 184

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

Shades of Fuchsia #BA2AB8

Tints of Fuchsia #BA2AB8

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.19%

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

R = 45.15%
G = 10.19%
B = 44.66%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BA2AB8 (or 0xBA2AB8) is known color: Fuchsia. HEX triplet: BA, 2A and B8. RGB value is (186,42,184). Sum of RGB (Red+Green+Blue) = 186+42+184=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 42 (16.80% from 255 or 10.19% from 412); Blue value is 184 (72.27% from 255 or 44.66% from 412); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2AB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2AB8 is #45D547. Grayscale: #646464. Windows color (decimal): -4576584 or 12069562. OLE color: 12069562.

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

Color convert

RGB 186 42 184 -
CMYK 0 0.77 0.01 0.27
HSL 300.83º 0.63% 0.45% -
HSV(B) 300.83º 0.77% 0.73% -
XYZ 29.73 15.56 46.78 -
YUV 101.24 174.71 188.45 -
System Red Green Blue C M Y K H S L
Decimal 186 42 184 0 0.77 0.01 0.27 300.83 0.63 0.45
Hex BA 2A B8 0 4D 1 1B 12D 3F 2D
Octal 272 52 270 0 115 1 33 455 77 55
Binary 10111010 101010 10111000 0 1001101 1 11011 100101101 111111 101101

Color Harmonies of #BA2AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2AB8

Black with #BA2AB8

Text Example


Text Example

White with #BA2AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2AB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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