#BB63BA

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

Shades of Fuchsia #BB63BA

Tints of Fuchsia #BB63BA

Color information

#BB63BA (or 0xBB63BA) is unknown color: approx Fuchsia. HEX triplet: BB, 63 and BA. RGB value is (187,99,186). Sum of RGB (Red+Green+Blue) = 187+99+186=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 99 (39.06% from 255 or 20.97% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 187 - color contains mainly: red. Hex color #BB63BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB63BA is #449C45. Grayscale: #868686. Windows color (decimal): -4496454 or 12215227. OLE color: 12215227.

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

Color convert

RGB18799186-
CMYK00.470.010.27
HSL300.68º39.29%56.08%-
HSV(B)300.68º47.06%73.33%-
XYZ33.8223.0349.12-
YUV135.23156.65164.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.62%
GREEN value IS 99 (39.06% from 255) = 20.97%
BLUE value IS 186 (73.05% from 255) = 39.41%
R=39.62%
G=20.97%
B=39.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879918600.470.010.27300.6839.2956.08
HexBB63BA02F11B12d2738
Octal2731432720571334554770
Binary101110111100011101110100101111111011100101101100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB63BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB63BA; }

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

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

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

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

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

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

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

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