Html Css Color HEX #BA4BC2 Fuchsia

📋 copy color: '#BA4BC2'

red 186 ◦ green 75 ◦ blue 194

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

Shades of Fuchsia #BA4BC2

Tints of Fuchsia #BA4BC2

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.48%

 BLUE value IS 194 (76.17% from 255) = 42.64%

R = 40.88%
G = 16.48%
B = 42.64%

CMYK

 C value IS 0.04

 M value IS 0.61

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BA4BC2 (or 0xBA4BC2) is known color: Fuchsia. HEX triplet: BA, 4B and C2. RGB value is (186,75,194). Sum of RGB (Red+Green+Blue) = 186+75+194=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 75 (29.69% from 255 or 16.48% from 455); Blue value is 194 (76.17% from 255 or 42.64% from 455); Max value from RGB is 194 - color contains mainly: blue. Hex color #BA4BC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4BC2 is #45B43D. Grayscale: #797979. Windows color (decimal): -4568126 or 12733370. OLE color: 12733370.

HSL color Cylindrical-coordinate representation of color #BA4BC2: hue angle of 295.97º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA4BC2 is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 186 75 194 -
CMYK 0.04 0.61 0 0.24
HSL 295.97º 0.49% 0.53% -
HSV(B) 295.97º 0.61% 0.76% -
XYZ 32.5 19.37 53.06 -
YUV 121.76 168.77 173.82 -
System Red Green Blue C M Y K H S L
Decimal 186 75 194 0.04 0.61 0 0.24 295.97 0.49 0.53
Hex BA 4B C2 4 3D 0 18 128 31 35
Octal 272 113 302 4 75 0 30 450 61 65
Binary 10111010 1001011 11000010 100 111101 0 11000 100101000 110001 110101

Color Harmonies of #BA4BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4BC2

Black with #BA4BC2

Text Example


Text Example

White with #BA4BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4BC2; }

 p { color: rgb(186,75,194); }

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

background-color css

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

 a { background-color: rgb(186,75,194); }

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

border-color css

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

 span { border-color: rgb(186,75,194); }

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