#BA3DBE

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

Shades of Fuchsia #BA3DBE

Tints of Fuchsia #BA3DBE

Color information

#BA3DBE (or 0xBA3DBE) is unknown color: approx Fuchsia. HEX triplet: BA, 3D and BE. RGB value is (186,61,190). Sum of RGB (Red+Green+Blue) = 186+61+190=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 61 (24.22% from 255 or 13.96% from 437); Blue value is 190 (74.61% from 255 or 43.48% from 437); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA3DBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3DBE is #45C241. Grayscale: #707070. Windows color (decimal): -4571714 or 12467642. OLE color: 12467642.

HSL color Cylindrical-coordinate representation of color #BA3DBE: hue angle of 298.14º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA3DBE is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18661190-
CMYK0.020.6800.25
HSL298.14º51.39%49.22%-
HSV(B)298.14º67.89%74.51%-
XYZ31.2117.4950.45-
YUV113.08171.41180.01-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.56%
GREEN value IS 61 (24.22% from 255) = 13.96%
BLUE value IS 190 (74.61% from 255) = 43.48%
R=42.56%
G=13.96%
B=43.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal186611900.020.6800.25298.1451.3949.22
HexBA3DBE24401912a3331
Octal2727527621040314526361
Binary1011101011110110111110101000100011001100101010110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3DBE; }

 p { color: rgb(186,61,190); }

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

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

 a { background-color: rgb(186,61,190); }

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

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

 span { border-color: rgb(186,61,190); }

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