#BA34BE

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

Shades of Fuchsia #BA34BE

Tints of Fuchsia #BA34BE

Color information

#BA34BE (or 0xBA34BE) is unknown color: approx Fuchsia. HEX triplet: BA, 34 and BE. RGB value is (186,52,190). Sum of RGB (Red+Green+Blue) = 186+52+190=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 52 (20.70% from 255 or 12.15% from 428); Blue value is 190 (74.61% from 255 or 44.39% from 428); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA34BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA34BE is #45CB41. Grayscale: #6B6B6B. Windows color (decimal): -4574018 or 12465338. OLE color: 12465338.

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

Color convert

RGB18652190-
CMYK0.020.7300.25
HSL298.26º57.02%47.45%-
HSV(B)298.26º72.63%74.51%-
XYZ30.7716.6150.3-
YUV107.8174.39183.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.46%
GREEN value IS 52 (20.70% from 255) = 12.15%
BLUE value IS 190 (74.61% from 255) = 44.39%
R=43.46%
G=12.15%
B=44.39%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal186521900.020.7300.25298.2657.0247.45
HexBA34BE24901912a392f
Octal2726427621110314527157
Binary1011101011010010111110101001001011001100101010111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA34BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA34BE; }

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

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

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

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

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

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

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

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