#BD51A8

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

Shades of Fuchsia #BD51A8

Tints of Fuchsia #BD51A8

Color information

#BD51A8 (or 0xBD51A8) is unknown color: approx Fuchsia. HEX triplet: BD, 51 and A8. RGB value is (189,81,168). Sum of RGB (Red+Green+Blue) = 189+81+168=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 81 (32.03% from 255 or 18.49% from 438); Blue value is 168 (66.02% from 255 or 38.36% from 438); Max value from RGB is 189 - color contains mainly: red. Hex color #BD51A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD51A8 is #42AE57. Grayscale: #7A7A7A. Windows color (decimal): -4370008 or 11030973. OLE color: 11030973.

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

Color convert

RGB18981168-
CMYK00.570.110.26
HSL311.67º45%52.94%-
HSV(B)311.67º57.14%74.12%-
XYZ3119.5339.18-
YUV123.21153.28174.93-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.15%
GREEN value IS 81 (32.03% from 255) = 18.49%
BLUE value IS 168 (66.02% from 255) = 38.36%
R=43.15%
G=18.49%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898116800.570.110.26311.674552.94
HexBD51A8039B1A1382d35
Octal27512125007113324705565
Binary101111011010001101010000111001101111010100111000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD51A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD51A8; }

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

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

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

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

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

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

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

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