#BD42AE

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

Shades of Fuchsia #BD42AE

Tints of Fuchsia #BD42AE

Color information

#BD42AE (or 0xBD42AE) is unknown color: approx Fuchsia. HEX triplet: BD, 42 and AE. RGB value is (189,66,174). Sum of RGB (Red+Green+Blue) = 189+66+174=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 66 (26.17% from 255 or 15.38% from 429); Blue value is 174 (68.36% from 255 or 40.56% from 429); Max value from RGB is 189 - color contains mainly: red. Hex color #BD42AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD42AE is #42BD51. Grayscale: #727272. Windows color (decimal): -4373842 or 11420349. OLE color: 11420349.

HSL color Cylindrical-coordinate representation of color #BD42AE: hue angle of 307.32º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BD42AE is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB18966174-
CMYK00.650.080.26
HSL307.32º48.24%50%-
HSV(B)307.32º65.08%74.12%-
XYZ30.5717.7741.86-
YUV115.09161.25180.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.06%
GREEN value IS 66 (26.17% from 255) = 15.38%
BLUE value IS 174 (68.36% from 255) = 40.56%
R=44.06%
G=15.38%
B=40.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1896617400.650.080.26307.3248.2450
HexBD42AE04181A1333032
Octal275102256010110324636062
Binary1011110110000101010111001000001100011010100110011110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD42AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD42AE; }

 p { color: rgb(189,66,174); }

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

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

 a { background-color: rgb(189,66,174); }

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

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

 span { border-color: rgb(189,66,174); }

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