#BD51B9

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

Shades of Fuchsia #BD51B9

Tints of Fuchsia #BD51B9

Color information

#BD51B9 (or 0xBD51B9) is unknown color: approx Fuchsia. HEX triplet: BD, 51 and B9. RGB value is (189,81,185). Sum of RGB (Red+Green+Blue) = 189+81+185=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 81 (32.03% from 255 or 17.80% from 455); Blue value is 185 (72.66% from 255 or 40.66% from 455); Max value from RGB is 189 - color contains mainly: red. Hex color #BD51B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD51B9 is #42AE46. Grayscale: #7C7C7C. Windows color (decimal): -4369991 or 12145085. OLE color: 12145085.

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

Color convert

RGB18981185-
CMYK00.570.020.26
HSL302.22º45%52.94%-
HSV(B)302.22º57.14%74.12%-
XYZ32.6920.2148.08-
YUV125.15161.78173.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.54%
GREEN value IS 81 (32.03% from 255) = 17.80%
BLUE value IS 185 (72.66% from 255) = 40.66%
R=41.54%
G=17.80%
B=40.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898118500.570.020.26302.224552.94
HexBD51B903921A12e2d35
Octal2751212710712324565565
Binary1011110110100011011100101110011011010100101110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD51B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD51B9; }

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

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

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

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

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

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

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

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