#BA39BB

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

Shades of Fuchsia #BA39BB

Tints of Fuchsia #BA39BB

Color information

#BA39BB (or 0xBA39BB) is unknown color: approx Fuchsia. HEX triplet: BA, 39 and BB. RGB value is (186,57,187). Sum of RGB (Red+Green+Blue) = 186+57+187=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 57 (22.66% from 255 or 13.26% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA39BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA39BB is #45C644. Grayscale: #6E6E6E. Windows color (decimal): -4572741 or 12270010. OLE color: 12270010.

HSL color Cylindrical-coordinate representation of color #BA39BB: hue angle of 299.54º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA39BB is Cyan = 0.01, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18657187-
CMYK0.010.7000.27
HSL299.54º53.28%47.84%-
HSV(B)299.54º69.52%73.33%-
XYZ30.6816.9548.67-
YUV110.39171.24181.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.26%
GREEN value IS 57 (22.66% from 255) = 13.26%
BLUE value IS 187 (73.44% from 255) = 43.49%
R=43.26%
G=13.26%
B=43.49%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186571870.010.7000.27299.5453.2847.84
HexBA39BB14601B12c3530
Octal2727127311060334546560
Binary101110101110011011101111000110011011100101100110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA39BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA39BB; }

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

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

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

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

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

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

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

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