Html Css Color HEX #BA2CC4 Fuchsia

📋 copy color: '#BA2CC4'

red 186 ◦ green 44 ◦ blue 196

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

Shades of Fuchsia #BA2CC4

Tints of Fuchsia #BA2CC4

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.33%

 BLUE value IS 196 (76.95% from 255) = 46.01%

R = 43.66%
G = 10.33%
B = 46.01%

CMYK

 C value IS 0.05

 M value IS 0.78

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BA2CC4 (or 0xBA2CC4) is known color: Fuchsia. HEX triplet: BA, 2C and C4. RGB value is (186,44,196). Sum of RGB (Red+Green+Blue) = 186+44+196=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 44 (17.58% from 255 or 10.33% from 426); Blue value is 196 (76.95% from 255 or 46.01% from 426); Max value from RGB is 196 - color contains mainly: blue. Hex color #BA2CC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2CC4 is #45D33B. Grayscale: #676767. Windows color (decimal): -4576060 or 12856506. OLE color: 12856506.

HSL color Cylindrical-coordinate representation of color #BA2CC4: hue angle of 296.05º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA2CC4 is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 186 44 196 -
CMYK 0.05 0.78 0 0.23
HSL 296.05º 0.63% 0.47% -
HSV(B) 296.05º 0.78% 0.77% -
XYZ 31.11 16.23 53.72 -
YUV 103.79 180.04 186.64 -
System Red Green Blue C M Y K H S L
Decimal 186 44 196 0.05 0.78 0 0.23 296.05 0.63 0.47
Hex BA 2C C4 5 4E 0 17 128 3F 2F
Octal 272 54 304 5 116 0 27 450 77 57
Binary 10111010 101100 11000100 101 1001110 0 10111 100101000 111111 101111

Color Harmonies of #BA2CC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2CC4

Black with #BA2CC4

Text Example


Text Example

White with #BA2CC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2CC4; }

 p { color: rgb(186,44,196); }

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

background-color css

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

 a { background-color: rgb(186,44,196); }

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

border-color css

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

 span { border-color: rgb(186,44,196); }

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