#BD71C2

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

Shades of Fuchsia #BD71C2

Tints of Fuchsia #BD71C2

Color information

#BD71C2 (or 0xBD71C2) is unknown color: approx Fuchsia. HEX triplet: BD, 71 and C2. RGB value is (189,113,194). Sum of RGB (Red+Green+Blue) = 189+113+194=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 113 (44.53% from 255 or 22.78% from 496); Blue value is 194 (76.17% from 255 or 39.11% from 496); Max value from RGB is 194 - color contains mainly: blue. Hex color #BD71C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD71C2 is #428E3D. Grayscale: #909090. Windows color (decimal): -4361790 or 12743101. OLE color: 12743101.

HSL color Cylindrical-coordinate representation of color #BD71C2: hue angle of 296.3º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BD71C2 is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB189113194-
CMYK0.030.4200.24
HSL296.3º39.9%60.2%-
HSV(B)296.3º41.75%76.08%-
XYZ36.6326.5254.23-
YUV144.96155.68159.41-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.10%
GREEN value IS 113 (44.53% from 255) = 22.78%
BLUE value IS 194 (76.17% from 255) = 39.11%
R=38.10%
G=22.78%
B=39.11%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891131940.030.4200.24296.339.960.2
HexBD71C232A018128283c
Octal2751613023520304505074
Binary1011110111100011100001011101010011000100101000101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD71C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD71C2; }

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

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

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

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

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

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

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

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