#BA33C5

Color #BA33C5 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #BA33C5

Tints of Fuchsia #BA33C5

Color information

#BA33C5 (or 0xBA33C5) is unknown color: approx Fuchsia. HEX triplet: BA, 33 and C5. RGB value is (186,51,197). Sum of RGB (Red+Green+Blue) = 186+51+197=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 51 (20.31% from 255 or 11.75% from 434); Blue value is 197 (77.34% from 255 or 45.39% from 434); Max value from RGB is 197 - color contains mainly: blue. Hex color #BA33C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA33C5 is #45CC3A. Grayscale: #6B6B6B. Windows color (decimal): -4574267 or 12923834. OLE color: 12923834.

HSL color Cylindrical-coordinate representation of color #BA33C5: hue angle of 295.48º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA33C5 is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB18651197-
CMYK0.060.7400.23
HSL295.48º58.87%48.63%-
HSV(B)295.48º74.11%77.25%-
XYZ31.5116.8454.41-
YUV108.01178.23183.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.86%
GREEN value IS 51 (20.31% from 255) = 11.75%
BLUE value IS 197 (77.34% from 255) = 45.39%
R=42.86%
G=11.75%
B=45.39%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal186511970.060.7400.23295.4858.8748.63
HexBA33C564A0171273b31
Octal2726330561120274477361
Binary10111010110011110001011101001010010111100100111111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA33C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA33C5; }

 p { color: rgb(186,51,197); }

 H1.HeaderClassName
 {
   color: #BA33C5;
 }
 .AnyTagClassName
 {
   color: #BA33C5;
 }
</style>
background-color css

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

 a { background-color: rgb(186,51,197); }

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

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

 span { border-color: rgb(186,51,197); }

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