#BB6DBF

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

Shades of Fuchsia #BB6DBF

Tints of Fuchsia #BB6DBF

Color information

#BB6DBF (or 0xBB6DBF) is unknown color: approx Fuchsia. HEX triplet: BB, 6D and BF. RGB value is (187,109,191). Sum of RGB (Red+Green+Blue) = 187+109+191=487 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.40% from 487); Green value is 109 (42.97% from 255 or 22.38% from 487); Blue value is 191 (75% from 255 or 39.22% from 487); Max value from RGB is 191 - color contains mainly: blue. Hex color #BB6DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6DBF is #449240. Grayscale: #8D8D8D. Windows color (decimal): -4493889 or 12545467. OLE color: 12545467.

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

Color convert

RGB187109191-
CMYK0.020.4300.25
HSL297.07º39.05%58.82%-
HSV(B)297.07º42.93%74.9%-
XYZ35.3725.2652.3-
YUV141.67155.84160.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.40%
GREEN value IS 109 (42.97% from 255) = 22.38%
BLUE value IS 191 (75% from 255) = 39.22%
R=38.40%
G=22.38%
B=39.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871091910.020.4300.25297.0739.0558.82
HexBB6DBF22B019129273b
Octal2731552772530314514773
Binary1011101111011011011111110101011011001100101001100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6DBF; }

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

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

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

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

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

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

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

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