#BB64BE

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

Shades of Fuchsia #BB64BE

Tints of Fuchsia #BB64BE

Color information

#BB64BE (or 0xBB64BE) is unknown color: approx Fuchsia. HEX triplet: BB, 64 and BE. RGB value is (187,100,190). Sum of RGB (Red+Green+Blue) = 187+100+190=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 100 (39.45% from 255 or 20.96% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB64BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB64BE is #449B41. Grayscale: #888888. Windows color (decimal): -4496194 or 12477627. OLE color: 12477627.

HSL color Cylindrical-coordinate representation of color #BB64BE: hue angle of 298º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB64BE is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB187100190-
CMYK0.020.4700.25
HSL298º40.91%56.86%-
HSV(B)298º47.37%74.51%-
XYZ34.3423.451.42-
YUV136.27158.32164.18-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.20%
GREEN value IS 100 (39.45% from 255) = 20.96%
BLUE value IS 190 (74.61% from 255) = 39.83%
R=39.20%
G=20.96%
B=39.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871001900.020.4700.2529840.9156.86
HexBB64BE22F01912a2939
Octal2731442762570314525171
Binary1011101111001001011111010101111011001100101010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB64BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB64BE; }

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

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

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

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

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

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

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

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