#BB6DBD

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

Shades of Fuchsia #BB6DBD

Tints of Fuchsia #BB6DBD

Color information

#BB6DBD (or 0xBB6DBD) is unknown color: approx Fuchsia. HEX triplet: BB, 6D and BD. RGB value is (187,109,189). Sum of RGB (Red+Green+Blue) = 187+109+189=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 109 (42.97% from 255 or 22.47% from 485); Blue value is 189 (74.22% from 255 or 38.97% from 485); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB6DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6DBD is #449242. Grayscale: #8D8D8D. Windows color (decimal): -4493891 or 12414395. OLE color: 12414395.

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

Color convert

RGB187109189-
CMYK0.010.4200.26
HSL298.5º37.74%58.43%-
HSV(B)298.5º42.33%74.12%-
XYZ35.1525.1851.15-
YUV141.44154.84160.5-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.56%
GREEN value IS 109 (42.97% from 255) = 22.47%
BLUE value IS 189 (74.22% from 255) = 38.97%
R=38.56%
G=22.47%
B=38.97%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871091890.010.4200.26298.537.7458.43
HexBB6DBD12A01A12a263a
Octal2731552751520324524672
Binary101110111101101101111011101010011010100101010100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6DBD; }

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

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

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

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

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

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

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

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