#BA4BBD

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

Shades of Fuchsia #BA4BBD

Tints of Fuchsia #BA4BBD

Color information

#BA4BBD (or 0xBA4BBD) is unknown color: approx Fuchsia. HEX triplet: BA, 4B and BD. RGB value is (186,75,189). Sum of RGB (Red+Green+Blue) = 186+75+189=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 75 (29.69% from 255 or 16.67% from 450); Blue value is 189 (74.22% from 255 or 42% from 450); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA4BBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4BBD is #45B442. Grayscale: #787878. Windows color (decimal): -4568131 or 12405690. OLE color: 12405690.

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

Color convert

RGB18675189-
CMYK0.020.6000.26
HSL298.42º46.34%51.76%-
HSV(B)298.42º60.32%74.12%-
XYZ31.9519.1550.16-
YUV121.18166.27174.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.33%
GREEN value IS 75 (29.69% from 255) = 16.67%
BLUE value IS 189 (74.22% from 255) = 42%
R=41.33%
G=16.67%
B=42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal186751890.020.6000.26298.4246.3451.76
HexBA4BBD23C01A12a2e34
Octal2721132752740324525664
Binary1011101010010111011110110111100011010100101010101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4BBD; }

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

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

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

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

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

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

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

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