#BD6DBB

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

Shades of Fuchsia #BD6DBB

Tints of Fuchsia #BD6DBB

Color information

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

HSL color Cylindrical-coordinate representation of color #BD6DBB: hue angle of 301.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 #BD6DBB is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB189109187-
CMYK00.420.010.26
HSL301.5º37.74%58.43%-
HSV(B)301.5º42.33%74.12%-
XYZ35.4225.3450.04-
YUV141.81153.5161.66-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910918700.420.010.26301.537.7458.43
HexBD6DBB02A11A12e263a
Octal2751552730521324564672
Binary101111011101101101110110101010111010100101110100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6DBB; }

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

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

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

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

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

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

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

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