#BB6DBE

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

Shades of Fuchsia #BB6DBE

Tints of Fuchsia #BB6DBE

Color information

#BB6DBE (or 0xBB6DBE) is unknown color: approx Fuchsia. HEX triplet: BB, 6D and BE. RGB value is (187,109,190). Sum of RGB (Red+Green+Blue) = 187+109+190=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 109 (42.97% from 255 or 22.43% from 486); Blue value is 190 (74.61% from 255 or 39.09% from 486); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB6DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6DBE is #449241. Grayscale: #8D8D8D. Windows color (decimal): -4493890 or 12479931. OLE color: 12479931.

HSL color Cylindrical-coordinate representation of color #BB6DBE: hue angle of 297.78º degrees, saturation: 0.38, 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 #BB6DBE is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB187109190-
CMYK0.020.4300.25
HSL297.78º38.39%58.63%-
HSV(B)297.78º42.63%74.51%-
XYZ35.2625.2251.72-
YUV141.56155.34160.41-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.48%
GREEN value IS 109 (42.97% from 255) = 22.43%
BLUE value IS 190 (74.61% from 255) = 39.09%
R=38.48%
G=22.43%
B=39.09%

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
Decimal1871091900.020.4300.25297.7838.3958.63
HexBB6DBE22B01912a263b
Octal2731552762530314524673
Binary1011101111011011011111010101011011001100101010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6DBE; }

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

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

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

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

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

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

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

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