#BA30BB

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

Shades of Fuchsia #BA30BB

Tints of Fuchsia #BA30BB

Color information

#BA30BB (or 0xBA30BB) is unknown color: approx Fuchsia. HEX triplet: BA, 30 and BB. RGB value is (186,48,187). Sum of RGB (Red+Green+Blue) = 186+48+187=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 48 (19.14% from 255 or 11.40% from 421); Blue value is 187 (73.44% from 255 or 44.42% from 421); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA30BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA30BB is #45CF44. Grayscale: #686868. Windows color (decimal): -4575045 or 12267706. OLE color: 12267706.

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

Color convert

RGB18648187-
CMYK0.010.7400.27
HSL299.57º59.15%46.08%-
HSV(B)299.57º74.33%73.33%-
XYZ30.2816.1448.53-
YUV105.11174.22185.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.18%
GREEN value IS 48 (19.14% from 255) = 11.40%
BLUE value IS 187 (73.44% from 255) = 44.42%
R=44.18%
G=11.40%
B=44.42%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186481870.010.7400.27299.5759.1546.08
HexBA30BB14A01B12c3b2e
Octal2726027311120334547356
Binary101110101100001011101111001010011011100101100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA30BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA30BB; }

 p { color: rgb(186,48,187); }

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

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

 a { background-color: rgb(186,48,187); }

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

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

 span { border-color: rgb(186,48,187); }

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