#BD6FC6

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

Shades of Fuchsia #BD6FC6

Tints of Fuchsia #BD6FC6

Color information

#BD6FC6 (or 0xBD6FC6) is unknown color: approx Fuchsia. HEX triplet: BD, 6F and C6. RGB value is (189,111,198). Sum of RGB (Red+Green+Blue) = 189+111+198=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 111 (43.75% from 255 or 22.29% from 498); Blue value is 198 (77.73% from 255 or 39.76% from 498); Max value from RGB is 198 - color contains mainly: blue. Hex color #BD6FC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6FC6 is #429039. Grayscale: #8F8F8F. Windows color (decimal): -4362298 or 13004733. OLE color: 13004733.

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

Color convert

RGB189111198-
CMYK0.050.4400.22
HSL293.79º43.28%60.59%-
HSV(B)293.79º43.94%77.65%-
XYZ36.8626.2656.55-
YUV144.24158.34159.93-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.95%
GREEN value IS 111 (43.75% from 255) = 22.29%
BLUE value IS 198 (77.73% from 255) = 39.76%
R=37.95%
G=22.29%
B=39.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1891111980.050.4400.22293.7943.2860.59
HexBD6FC652C0161262b3d
Octal2751573065540264465375
Binary10111101110111111000110101101100010110100100110101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6FC6; }

 p { color: rgb(189,111,198); }

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

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

 a { background-color: rgb(189,111,198); }

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

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

 span { border-color: rgb(189,111,198); }

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