Html Css Color HEX #BA43C0 Fuchsia

📋 copy color: '#BA43C0'

red 186 ◦ green 67 ◦ blue 192

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

Shades of Fuchsia #BA43C0

Tints of Fuchsia #BA43C0

RGB

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

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

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

R = 41.8%
G = 15.06%
B = 43.15%

CMYK

 C value IS 0.03

 M value IS 0.65

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA43C0 (or 0xBA43C0) is known color: Fuchsia. HEX triplet: BA, 43 and C0. RGB value is (186,67,192). Sum of RGB (Red+Green+Blue) = 186+67+192=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 67 (26.56% from 255 or 15.06% from 445); Blue value is 192 (75.39% from 255 or 43.15% from 445); Max value from RGB is 192 - color contains mainly: blue. Hex color #BA43C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA43C0 is #45BC3F. Grayscale: #747474. Windows color (decimal): -4570176 or 12600250. OLE color: 12600250.

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

Color convert

RGB 186 67 192 -
CMYK 0.03 0.65 0 0.25
HSL 297.12º 0.5% 0.51% -
HSV(B) 297.12º 0.65% 0.75% -
XYZ 31.77 18.26 51.72 -
YUV 116.83 170.42 177.34 -
System Red Green Blue C M Y K H S L
Decimal 186 67 192 0.03 0.65 0 0.25 297.12 0.5 0.51
Hex BA 43 C0 3 41 0 19 129 32 33
Octal 272 103 300 3 101 0 31 451 62 63
Binary 10111010 1000011 11000000 11 1000001 0 11001 100101001 110010 110011

Color Harmonies of #BA43C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA43C0

Black with #BA43C0

Text Example


Text Example

White with #BA43C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA43C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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