#BA75C1

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

Shades of Fuchsia #BA75C1

Tints of Fuchsia #BA75C1

Color information

#BA75C1 (or 0xBA75C1) is unknown color: approx Fuchsia. HEX triplet: BA, 75 and C1. RGB value is (186,117,193). Sum of RGB (Red+Green+Blue) = 186+117+193=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 117 (46.09% from 255 or 23.59% from 496); Blue value is 193 (75.78% from 255 or 38.91% from 496); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA75C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA75C1 is #458A3E. Grayscale: #929292. Windows color (decimal): -4557375 or 12678586. OLE color: 12678586.

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

Color convert

RGB186117193-
CMYK0.040.3900.24
HSL294.47º38%60.78%-
HSV(B)294.47º39.38%75.69%-
XYZ36.2427.0153.76-
YUV146.3154.36156.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.5%
GREEN value IS 117 (46.09% from 255) = 23.59%
BLUE value IS 193 (75.78% from 255) = 38.91%
R=37.5%
G=23.59%
B=38.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861171930.040.3900.24294.473860.78
HexBA75C1427018126263d
Octal2721653014470304464675
Binary10111010111010111000001100100111011000100100110100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA75C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA75C1; }

 p { color: rgb(186,117,193); }

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

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

 a { background-color: rgb(186,117,193); }

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

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

 span { border-color: rgb(186,117,193); }

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