#BD6EC7

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

Shades of Fuchsia #BD6EC7

Tints of Fuchsia #BD6EC7

Color information

#BD6EC7 (or 0xBD6EC7) is unknown color: approx Fuchsia. HEX triplet: BD, 6E and C7. RGB value is (189,110,199). Sum of RGB (Red+Green+Blue) = 189+110+199=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 110 (43.36% from 255 or 22.09% from 498); Blue value is 199 (78.12% from 255 or 39.96% from 498); Max value from RGB is 199 - color contains mainly: blue. Hex color #BD6EC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6EC7 is #429138. Grayscale: #8F8F8F. Windows color (decimal): -4362553 or 13070013. OLE color: 13070013.

HSL color Cylindrical-coordinate representation of color #BD6EC7: hue angle of 293.26º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BD6EC7 is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB189110199-
CMYK0.050.4500.22
HSL293.26º44.28%60.59%-
HSV(B)293.26º44.72%78.04%-
XYZ36.8726.0957.13-
YUV143.77159.17160.26-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.95%
GREEN value IS 110 (43.36% from 255) = 22.09%
BLUE value IS 199 (78.12% from 255) = 39.96%
R=37.95%
G=22.09%
B=39.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1891101990.050.4500.22293.2644.2860.59
HexBD6EC752D0161252c3d
Octal2751563075550264455475
Binary10111101110111011000111101101101010110100100101101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6EC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6EC7; }

 p { color: rgb(189,110,199); }

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

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

 a { background-color: rgb(189,110,199); }

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

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

 span { border-color: rgb(189,110,199); }

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