#BB69BD

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

Shades of Fuchsia #BB69BD

Tints of Fuchsia #BB69BD

Color information

#BB69BD (or 0xBB69BD) is unknown color: approx Fuchsia. HEX triplet: BB, 69 and BD. RGB value is (187,105,189). Sum of RGB (Red+Green+Blue) = 187+105+189=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 105 (41.41% from 255 or 21.83% from 481); Blue value is 189 (74.22% from 255 or 39.29% from 481); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB69BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB69BD is #449642. Grayscale: #8A8A8A. Windows color (decimal): -4494915 or 12413371. OLE color: 12413371.

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

Color convert

RGB187105189-
CMYK0.010.4400.26
HSL298.57º38.89%57.65%-
HSV(B)298.57º44.44%74.12%-
XYZ34.7324.3451.01-
YUV139.09156.17162.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.88%
GREEN value IS 105 (41.41% from 255) = 21.83%
BLUE value IS 189 (74.22% from 255) = 39.29%
R=38.88%
G=21.83%
B=39.29%

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
Decimal1871051890.010.4400.26298.5738.8957.65
HexBB69BD12C01A12b273a
Octal2731512751540324534772
Binary101110111101001101111011101100011010100101011100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB69BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB69BD; }

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

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

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

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

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

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

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

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