#BD71BF

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

Shades of Fuchsia #BD71BF

Tints of Fuchsia #BD71BF

Color information

#BD71BF (or 0xBD71BF) is unknown color: approx Fuchsia. HEX triplet: BD, 71 and BF. RGB value is (189,113,191). Sum of RGB (Red+Green+Blue) = 189+113+191=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 113 (44.53% from 255 or 22.92% from 493); Blue value is 191 (75% from 255 or 38.74% from 493); Max value from RGB is 191 - color contains mainly: blue. Hex color #BD71BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD71BF is #428E40. Grayscale: #909090. Windows color (decimal): -4361793 or 12546493. OLE color: 12546493.

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

Color convert

RGB189113191-
CMYK0.010.4100.25
HSL298.46º37.86%59.61%-
HSV(B)298.46º40.84%74.9%-
XYZ36.326.3952.47-
YUV144.62154.18159.66-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.34%
GREEN value IS 113 (44.53% from 255) = 22.92%
BLUE value IS 191 (75% from 255) = 38.74%
R=38.34%
G=22.92%
B=38.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891131910.010.4100.25298.4637.8659.61
HexBD71BF12901912a263c
Octal2751612771510314524674
Binary101111011110001101111111101001011001100101010100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD71BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD71BF; }

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

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

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

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

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

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

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

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