#BD6FB1

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

Shades of Fuchsia #BD6FB1

Tints of Fuchsia #BD6FB1

Color information

#BD6FB1 (or 0xBD6FB1) is unknown color: approx Fuchsia. HEX triplet: BD, 6F and B1. RGB value is (189,111,177). Sum of RGB (Red+Green+Blue) = 189+111+177=477 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.62% from 477); Green value is 111 (43.75% from 255 or 23.27% from 477); Blue value is 177 (69.53% from 255 or 37.11% from 477); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6FB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6FB1 is #42904E. Grayscale: #8D8D8D. Windows color (decimal): -4362319 or 11628477. OLE color: 11628477.

HSL color Cylindrical-coordinate representation of color #BD6FB1: hue angle of 309.23º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BD6FB1 is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB189111177-
CMYK00.410.060.26
HSL309.23º37.14%58.82%-
HSV(B)309.23º41.27%74.12%-
XYZ34.6125.3644.67-
YUV141.85147.84161.63-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.62%
GREEN value IS 111 (43.75% from 255) = 23.27%
BLUE value IS 177 (69.53% from 255) = 37.11%
R=39.62%
G=23.27%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911117700.410.060.26309.2337.1458.82
HexBD6FB102961A135253b
Octal2751572610516324654573
Binary10111101110111110110001010100111011010100110101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6FB1; }

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

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

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

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

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

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

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

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