#BD51BA

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

Shades of Fuchsia #BD51BA

Tints of Fuchsia #BD51BA

Color information

#BD51BA (or 0xBD51BA) is unknown color: approx Fuchsia. HEX triplet: BD, 51 and BA. RGB value is (189,81,186). Sum of RGB (Red+Green+Blue) = 189+81+186=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 81 (32.03% from 255 or 17.76% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 189 - color contains mainly: red. Hex color #BD51BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD51BA is #42AE45. Grayscale: #7C7C7C. Windows color (decimal): -4369990 or 12210621. OLE color: 12210621.

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

Color convert

RGB18981186-
CMYK00.570.020.26
HSL301.67º45%52.94%-
HSV(B)301.67º57.14%74.12%-
XYZ32.7920.2548.63-
YUV125.26162.28173.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.45%
GREEN value IS 81 (32.03% from 255) = 17.76%
BLUE value IS 186 (73.05% from 255) = 40.79%
R=41.45%
G=17.76%
B=40.79%

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
Decimal1898118600.570.020.26301.674552.94
HexBD51BA03921A12e2d35
Octal2751212720712324565565
Binary1011110110100011011101001110011011010100101110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD51BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD51BA; }

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

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

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

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

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

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

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

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