#BA4EBD

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

Shades of Fuchsia #BA4EBD

Tints of Fuchsia #BA4EBD

Color information

#BA4EBD (or 0xBA4EBD) is unknown color: approx Fuchsia. HEX triplet: BA, 4E and BD. RGB value is (186,78,189). Sum of RGB (Red+Green+Blue) = 186+78+189=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 78 (30.86% from 255 or 17.22% from 453); Blue value is 189 (74.22% from 255 or 41.72% from 453); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA4EBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA4EBD is #45B142. Grayscale: #7A7A7A. Windows color (decimal): -4567363 or 12406458. OLE color: 12406458.

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

Color convert

RGB18678189-
CMYK0.020.5900.26
HSL298.38º45.68%52.35%-
HSV(B)298.38º58.73%74.12%-
XYZ32.1619.5650.22-
YUV122.95165.28172.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.06%
GREEN value IS 78 (30.86% from 255) = 17.22%
BLUE value IS 189 (74.22% from 255) = 41.72%
R=41.06%
G=17.22%
B=41.72%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal186781890.020.5900.26298.3845.6852.35
HexBA4EBD23B01A12a2e34
Octal2721162752730324525664
Binary1011101010011101011110110111011011010100101010101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4EBD; }

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

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

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

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

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

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

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

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