#BA45BD

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

Shades of Fuchsia #BA45BD

Tints of Fuchsia #BA45BD

Color information

#BA45BD (or 0xBA45BD) is unknown color: approx Fuchsia. HEX triplet: BA, 45 and BD. RGB value is (186,69,189). Sum of RGB (Red+Green+Blue) = 186+69+189=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 69 (27.34% from 255 or 15.54% from 444); Blue value is 189 (74.22% from 255 or 42.57% from 444); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA45BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA45BD is #45BA42. Grayscale: #757575. Windows color (decimal): -4569667 or 12404154. OLE color: 12404154.

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

Color convert

RGB18669189-
CMYK0.020.6300.26
HSL298.5º47.62%50.59%-
HSV(B)298.5º63.49%74.12%-
XYZ31.5618.3750.03-
YUV117.66168.26176.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.89%
GREEN value IS 69 (27.34% from 255) = 15.54%
BLUE value IS 189 (74.22% from 255) = 42.57%
R=41.89%
G=15.54%
B=42.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal186691890.020.6300.26298.547.6250.59
HexBA45BD23F01A12a3033
Octal2721052752770324526063
Binary1011101010001011011110110111111011010100101010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA45BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA45BD; }

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

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

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

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

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

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

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

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