#BD6FB2

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

Shades of Fuchsia #BD6FB2

Tints of Fuchsia #BD6FB2

Color information

#BD6FB2 (or 0xBD6FB2) is unknown color: approx Fuchsia. HEX triplet: BD, 6F and B2. RGB value is (189,111,178). Sum of RGB (Red+Green+Blue) = 189+111+178=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 111 (43.75% from 255 or 23.22% from 478); Blue value is 178 (69.92% from 255 or 37.24% from 478); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6FB2 is #42904D. Grayscale: #8D8D8D. Windows color (decimal): -4362318 or 11694013. OLE color: 11694013.

HSL color Cylindrical-coordinate representation of color #BD6FB2: hue angle of 308.46º 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 #BD6FB2 is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB189111178-
CMYK00.410.060.26
HSL308.46º37.14%58.82%-
HSV(B)308.46º41.27%74.12%-
XYZ34.7125.445.19-
YUV141.96148.34161.55-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.54%
GREEN value IS 111 (43.75% from 255) = 23.22%
BLUE value IS 178 (69.92% from 255) = 37.24%
R=39.54%
G=23.22%
B=37.24%

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
Decimal18911117800.410.060.26308.4637.1458.82
HexBD6FB202961A134253b
Octal2751572620516324644573
Binary10111101110111110110010010100111011010100110100100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6FB2; }

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

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

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

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

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

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

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

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