Html Css Color HEX #BA44C2 Fuchsia

📋 copy color: '#BA44C2'

red 186 ◦ green 68 ◦ blue 194

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

Shades of Fuchsia #BA44C2

Tints of Fuchsia #BA44C2

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.18%

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

R = 41.52%
G = 15.18%
B = 43.3%

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

#BA44C2 (or 0xBA44C2) is known color: Fuchsia. HEX triplet: BA, 44 and C2. RGB value is (186,68,194). Sum of RGB (Red+Green+Blue) = 186+68+194=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 68 (26.95% from 255 or 15.18% from 448); Blue value is 194 (76.17% from 255 or 43.30% from 448); Max value from RGB is 194 - color contains mainly: blue. Hex color #BA44C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA44C2 is #45BB3D. Grayscale: #757575. Windows color (decimal): -4569918 or 12731578. OLE color: 12731578.

HSL color Cylindrical-coordinate representation of color #BA44C2: hue angle of 296.19º 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 #BA44C2 is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 186 68 194 -
CMYK 0.04 0.65 0 0.24
HSL 296.19º 0.51% 0.51% -
HSV(B) 296.19º 0.65% 0.76% -
XYZ 32.05 18.47 52.91 -
YUV 117.65 171.09 176.75 -
System Red Green Blue C M Y K H S L
Decimal 186 68 194 0.04 0.65 0 0.24 296.19 0.51 0.51
Hex BA 44 C2 4 41 0 18 128 33 33
Octal 272 104 302 4 101 0 30 450 63 63
Binary 10111010 1000100 11000010 100 1000001 0 11000 100101000 110011 110011

Color Harmonies of #BA44C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA44C2

Black with #BA44C2

Text Example


Text Example

White with #BA44C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA44C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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