#BD61BF

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

Shades of Fuchsia #BD61BF

Tints of Fuchsia #BD61BF

Color information

#BD61BF (or 0xBD61BF) is unknown color: approx Fuchsia. HEX triplet: BD, 61 and BF. RGB value is (189,97,191). Sum of RGB (Red+Green+Blue) = 189+97+191=477 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.62% from 477); Green value is 97 (38.28% from 255 or 20.34% from 477); Blue value is 191 (75% from 255 or 40.04% from 477); Max value from RGB is 191 - color contains mainly: blue. Hex color #BD61BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD61BF is #429E40. Grayscale: #868686. Windows color (decimal): -4365889 or 12542397. OLE color: 12542397.

HSL color Cylindrical-coordinate representation of color #BD61BF: hue angle of 298.72º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BD61BF is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18997191-
CMYK0.010.4900.25
HSL298.72º42.34%56.47%-
HSV(B)298.72º49.21%74.9%-
XYZ34.6623.1351.93-
YUV135.22159.48166.36-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.62%
GREEN value IS 97 (38.28% from 255) = 20.34%
BLUE value IS 191 (75% from 255) = 40.04%
R=39.62%
G=20.34%
B=40.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal189971910.010.4900.25298.7242.3456.47
HexBD61BF13101912b2a38
Octal2751412771610314535270
Binary101111011100001101111111110001011001100101011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD61BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD61BF; }

 p { color: rgb(189,97,191); }

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

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

 a { background-color: rgb(189,97,191); }

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

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

 span { border-color: rgb(189,97,191); }

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