#BA75BD

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

Shades of Fuchsia #BA75BD

Tints of Fuchsia #BA75BD

Color information

#BA75BD (or 0xBA75BD) is unknown color: approx Fuchsia. HEX triplet: BA, 75 and BD. RGB value is (186,117,189). Sum of RGB (Red+Green+Blue) = 186+117+189=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 117 (46.09% from 255 or 23.78% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA75BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA75BD is #458A42. Grayscale: #919191. Windows color (decimal): -4557379 or 12416442. OLE color: 12416442.

HSL color Cylindrical-coordinate representation of color #BA75BD: hue angle of 297.5º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA75BD is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB186117189-
CMYK0.020.3800.26
HSL297.5º35.29%60%-
HSV(B)297.5º38.1%74.12%-
XYZ35.826.8451.44-
YUV145.84152.36156.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.80%
GREEN value IS 117 (46.09% from 255) = 23.78%
BLUE value IS 189 (74.22% from 255) = 38.41%
R=37.80%
G=23.78%
B=38.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1861171890.020.3800.26297.535.2960
HexBA75BD22601A12a233c
Octal2721652752460324524374
Binary1011101011101011011110110100110011010100101010100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA75BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA75BD; }

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

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

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

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

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

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

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

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