Html Css Color HEX #BA43BE Fuchsia

📋 copy color: '#BA43BE'

red 186 ◦ green 67 ◦ blue 190

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

Shades of Fuchsia #BA43BE

Tints of Fuchsia #BA43BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.89%

R = 41.99%
G = 15.12%
B = 42.89%

CMYK

 C value IS 0.02

 M value IS 0.65

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA43BE (or 0xBA43BE) is known color: Fuchsia. HEX triplet: BA, 43 and BE. RGB value is (186,67,190). Sum of RGB (Red+Green+Blue) = 186+67+190=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 67 (26.56% from 255 or 15.12% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA43BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA43BE is #45BC41. Grayscale: #747474. Windows color (decimal): -4570178 or 12469178. OLE color: 12469178.

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

Color convert

RGB 186 67 190 -
CMYK 0.02 0.65 0 0.25
HSL 298.05º 0.49% 0.5% -
HSV(B) 298.05º 0.65% 0.75% -
XYZ 31.55 18.17 50.56 -
YUV 116.6 169.42 177.5 -
System Red Green Blue C M Y K H S L
Decimal 186 67 190 0.02 0.65 0 0.25 298.05 0.49 0.5
Hex BA 43 BE 2 41 0 19 12A 31 32
Octal 272 103 276 2 101 0 31 452 61 62
Binary 10111010 1000011 10111110 10 1000001 0 11001 100101010 110001 110010

Color Harmonies of #BA43BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA43BE

Black with #BA43BE

Text Example


Text Example

White with #BA43BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA43BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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