#BB69BC

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

Shades of Fuchsia #BB69BC

Tints of Fuchsia #BB69BC

Color information

#BB69BC (or 0xBB69BC) is unknown color: approx Fuchsia. HEX triplet: BB, 69 and BC. RGB value is (187,105,188). Sum of RGB (Red+Green+Blue) = 187+105+188=480 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.96% from 480); Green value is 105 (41.41% from 255 or 21.88% from 480); Blue value is 188 (73.83% from 255 or 39.17% from 480); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB69BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB69BC is #449643. Grayscale: #8A8A8A. Windows color (decimal): -4494916 or 12347835. OLE color: 12347835.

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

Color convert

RGB187105188-
CMYK0.010.4400.26
HSL299.28º38.25%57.45%-
HSV(B)299.28º44.15%73.73%-
XYZ34.6224.350.44-
YUV138.98155.67162.25-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.96%
GREEN value IS 105 (41.41% from 255) = 21.88%
BLUE value IS 188 (73.83% from 255) = 39.17%
R=38.96%
G=21.88%
B=39.17%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871051880.010.4400.26299.2838.2557.45
HexBB69BC12C01A12b2639
Octal2731512741540324534671
Binary101110111101001101111001101100011010100101011100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB69BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB69BC; }

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

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

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

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

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

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

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

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