#BB64BB

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

Shades of Fuchsia #BB64BB

Tints of Fuchsia #BB64BB

Color information

#BB64BB (or 0xBB64BB) is unknown color: approx Fuchsia. HEX triplet: BB, 64 and BB. RGB value is (187,100,187). Sum of RGB (Red+Green+Blue) = 187+100+187=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 100 (39.45% from 255 or 21.10% from 474); Blue value is 187 (73.44% from 255 or 39.45% from 474); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB64BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB64BB is #449B44. Grayscale: #878787. Windows color (decimal): -4496197 or 12281019. OLE color: 12281019.

HSL color Cylindrical-coordinate representation of color #BB64BB: hue angle of 300º 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 #BB64BB is Cyan = 0, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB187100187-
CMYK00.4700.27
HSL300º39.01%56.27%-
HSV(B)300º46.52%73.33%-
XYZ34.0223.2749.71-
YUV135.93156.82164.43-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.45%
GREEN value IS 100 (39.45% from 255) = 21.10%
BLUE value IS 187 (73.44% from 255) = 39.45%
R=39.45%
G=21.10%
B=39.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710018700.4700.2730039.0156.27
HexBB64BB02F01B12c2738
Octal2731442730570334544770
Binary101110111100100101110110101111011011100101100100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB64BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB64BB; }

 p { color: rgb(187,100,187); }

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

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

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

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

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

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

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