Html Css Color HEX #BA2CC0 Fuchsia

📋 copy color: '#BA2CC0'

red 186 ◦ green 44 ◦ blue 192

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

Shades of Fuchsia #BA2CC0

Tints of Fuchsia #BA2CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 45.5%

R = 44.08%
G = 10.43%
B = 45.5%

CMYK

 C value IS 0.03

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA2CC0 (or 0xBA2CC0) is known color: Fuchsia. HEX triplet: BA, 2C and C0. RGB value is (186,44,192). Sum of RGB (Red+Green+Blue) = 186+44+192=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 44 (17.58% from 255 or 10.43% from 422); Blue value is 192 (75.39% from 255 or 45.50% from 422); Max value from RGB is 192 - color contains mainly: blue. Hex color #BA2CC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2CC0 is #45D33F. Grayscale: #666666. Windows color (decimal): -4576064 or 12594362. OLE color: 12594362.

HSL color Cylindrical-coordinate representation of color #BA2CC0: hue angle of 297.57º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA2CC0 is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 186 44 192 -
CMYK 0.03 0.77 0 0.25
HSL 297.57º 0.63% 0.46% -
HSV(B) 297.57º 0.77% 0.75% -
XYZ 30.66 16.05 51.35 -
YUV 103.33 178.04 186.97 -
System Red Green Blue C M Y K H S L
Decimal 186 44 192 0.03 0.77 0 0.25 297.57 0.63 0.46
Hex BA 2C C0 3 4D 0 19 12A 3F 2E
Octal 272 54 300 3 115 0 31 452 77 56
Binary 10111010 101100 11000000 11 1001101 0 11001 100101010 111111 101110

Color Harmonies of #BA2CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2CC0

Black with #BA2CC0

Text Example


Text Example

White with #BA2CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2CC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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