Html Css Color HEX #BA43C2 Fuchsia

📋 copy color: '#BA43C2'

red 186 ◦ green 67 ◦ blue 194

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

Shades of Fuchsia #BA43C2

Tints of Fuchsia #BA43C2

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.99%

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

R = 41.61%
G = 14.99%
B = 43.4%

CMYK

 C value IS 0.04

 M value IS 0.65

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BA43C2 (or 0xBA43C2) is known color: Fuchsia. HEX triplet: BA, 43 and C2. RGB value is (186,67,194). Sum of RGB (Red+Green+Blue) = 186+67+194=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 67 (26.56% from 255 or 14.99% from 447); Blue value is 194 (76.17% from 255 or 43.40% from 447); Max value from RGB is 194 - color contains mainly: blue. Hex color #BA43C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA43C2 is #45BC3D. Grayscale: #747474. Windows color (decimal): -4570174 or 12731322. OLE color: 12731322.

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

Color convert

RGB 186 67 194 -
CMYK 0.04 0.65 0 0.24
HSL 296.22º 0.51% 0.51% -
HSV(B) 296.22º 0.65% 0.76% -
XYZ 31.99 18.35 52.89 -
YUV 117.06 171.42 177.17 -
System Red Green Blue C M Y K H S L
Decimal 186 67 194 0.04 0.65 0 0.24 296.22 0.51 0.51
Hex BA 43 C2 4 41 0 18 128 33 33
Octal 272 103 302 4 101 0 30 450 63 63
Binary 10111010 1000011 11000010 100 1000001 0 11000 100101000 110011 110011

Color Harmonies of #BA43C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA43C2

Black with #BA43C2

Text Example


Text Example

White with #BA43C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA43C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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