#BB68BC

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

Shades of Fuchsia #BB68BC

Tints of Fuchsia #BB68BC

Color information

#BB68BC (or 0xBB68BC) is unknown color: approx Fuchsia. HEX triplet: BB, 68 and BC. RGB value is (187,104,188). Sum of RGB (Red+Green+Blue) = 187+104+188=479 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.04% from 479); Green value is 104 (41.02% from 255 or 21.71% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB68BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB68BC is #449743. Grayscale: #8A8A8A. Windows color (decimal): -4495172 or 12347579. OLE color: 12347579.

HSL color Cylindrical-coordinate representation of color #BB68BC: hue angle of 299.29º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BB68BC is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB187104188-
CMYK0.010.4500.26
HSL299.29º38.53%57.25%-
HSV(B)299.29º44.68%73.73%-
XYZ34.5224.150.41-
YUV138.39156162.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.04%
GREEN value IS 104 (41.02% from 255) = 21.71%
BLUE value IS 188 (73.83% from 255) = 39.25%
R=39.04%
G=21.71%
B=39.25%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871041880.010.4500.26299.2938.5357.25
HexBB68BC12D01A12b2739
Octal2731502741550324534771
Binary101110111101000101111001101101011010100101011100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB68BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB68BC; }

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

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

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

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

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

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

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

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