#BD51A7

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

Shades of Fuchsia #BD51A7

Tints of Fuchsia #BD51A7

Color information

#BD51A7 (or 0xBD51A7) is unknown color: approx Fuchsia. HEX triplet: BD, 51 and A7. RGB value is (189,81,167). Sum of RGB (Red+Green+Blue) = 189+81+167=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 81 (32.03% from 255 or 18.54% from 437); Blue value is 167 (65.62% from 255 or 38.22% from 437); Max value from RGB is 189 - color contains mainly: red. Hex color #BD51A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD51A7 is #42AE58. Grayscale: #7A7A7A. Windows color (decimal): -4370009 or 10965437. OLE color: 10965437.

HSL color Cylindrical-coordinate representation of color #BD51A7: hue angle of 312.22º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD51A7 is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB18981167-
CMYK00.570.120.26
HSL312.22º45%52.94%-
HSV(B)312.22º57.14%74.12%-
XYZ30.919.4938.69-
YUV123.1152.78175.01-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.25%
GREEN value IS 81 (32.03% from 255) = 18.54%
BLUE value IS 167 (65.62% from 255) = 38.22%
R=43.25%
G=18.54%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898116700.570.120.26312.224552.94
HexBD51A7039C1A1382d35
Octal27512124707114324705565
Binary101111011010001101001110111001110011010100111000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD51A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD51A7; }

 p { color: rgb(189,81,167); }

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

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

 a { background-color: rgb(189,81,167); }

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

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

 span { border-color: rgb(189,81,167); }

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