Html Css Color HEX #BA2AB6 Fuchsia

📋 copy color: '#BA2AB6'

red 186 ◦ green 42 ◦ blue 182

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

Shades of Fuchsia #BA2AB6

Tints of Fuchsia #BA2AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 44.39%

R = 45.37%
G = 10.24%
B = 44.39%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#BA2AB6 (or 0xBA2AB6) is known color: Fuchsia. HEX triplet: BA, 2A and B6. RGB value is (186,42,182). Sum of RGB (Red+Green+Blue) = 186+42+182=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 42 (16.80% from 255 or 10.24% from 410); Blue value is 182 (71.48% from 255 or 44.39% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2AB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2AB6 is #45D549. Grayscale: #646464. Windows color (decimal): -4576586 or 11938490. OLE color: 11938490.

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

Color convert

RGB 186 42 182 -
CMYK 0 0.77 0.02 0.27
HSL 301.67º 0.63% 0.45% -
HSV(B) 301.67º 0.77% 0.73% -
XYZ 29.52 15.47 45.69 -
YUV 101.02 173.71 188.62 -
System Red Green Blue C M Y K H S L
Decimal 186 42 182 0 0.77 0.02 0.27 301.67 0.63 0.45
Hex BA 2A B6 0 4D 2 1B 12E 3F 2D
Octal 272 52 266 0 115 2 33 456 77 55
Binary 10111010 101010 10110110 0 1001101 10 11011 100101110 111111 101101

Color Harmonies of #BA2AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2AB6

Black with #BA2AB6

Text Example


Text Example

White with #BA2AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2AB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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