#bd6ac7

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

Shades of Fuchsia #BD6AC7

Tints of Fuchsia #BD6AC7

Color information

#BD6AC7 (or 0xBD6AC7) is unknown color: approx Fuchsia. HEX triplet: BD, 6A and C7. RGB value is (189,106,199). Sum of RGB (Red+Green+Blue) = 189+106+199=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 106 (41.80% from 255 or 21.46% from 494); Blue value is 199 (78.12% from 255 or 40.28% from 494); Max value from RGB is 199 - color contains mainly: blue. Hex color #BD6AC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6AC7 is #429538. Grayscale: #8D8D8D. Windows color (decimal): -4363577 or 13068989. OLE color: 13068989.

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

Color convert

RGB189106199-
CMYK0.050.4700.22
HSL293.55º45.37%59.8%-
HSV(B)293.55º46.73%78.04%-
XYZ36.4525.2556.99-
YUV141.42160.5161.94-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.26%
GREEN value IS 106 (41.80% from 255) = 21.46%
BLUE value IS 199 (78.12% from 255) = 40.28%
R=38.26%
G=21.46%
B=40.28%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1891061990.050.4700.22293.5545.3759.8
HexBD6AC752F0161262d3c
Octal2751523075570264465574
Binary10111101110101011000111101101111010110100100110101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd6ac7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd6ac7; }

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

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

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

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

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

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

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

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