#BB68BE

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

Shades of Fuchsia #BB68BE

Tints of Fuchsia #BB68BE

Color information

#BB68BE (or 0xBB68BE) is unknown color: approx Fuchsia. HEX triplet: BB, 68 and BE. RGB value is (187,104,190). Sum of RGB (Red+Green+Blue) = 187+104+190=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 104 (41.02% from 255 or 21.62% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB68BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB68BE is #449741. Grayscale: #8A8A8A. Windows color (decimal): -4495170 or 12478651. OLE color: 12478651.

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

Color convert

RGB187104190-
CMYK0.020.4500.25
HSL297.91º39.81%57.65%-
HSV(B)297.91º45.26%74.51%-
XYZ34.7424.1851.55-
YUV138.62157162.51-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.88%
GREEN value IS 104 (41.02% from 255) = 21.62%
BLUE value IS 190 (74.61% from 255) = 39.50%
R=38.88%
G=21.62%
B=39.50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871041900.020.4500.25297.9139.8157.65
HexBB68BE22D01912a283a
Octal2731502762550314525072
Binary1011101111010001011111010101101011001100101010101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB68BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB68BE; }

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

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

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

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

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

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

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

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