#BD33AE

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

Shades of Fuchsia #BD33AE

Tints of Fuchsia #BD33AE

Color information

#BD33AE (or 0xBD33AE) is unknown color: approx Fuchsia. HEX triplet: BD, 33 and AE. RGB value is (189,51,174). Sum of RGB (Red+Green+Blue) = 189+51+174=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 51 (20.31% from 255 or 12.32% from 414); Blue value is 174 (68.36% from 255 or 42.03% from 414); Max value from RGB is 189 - color contains mainly: red. Hex color #BD33AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD33AE is #42CC51. Grayscale: #696969. Windows color (decimal): -4377682 or 11416509. OLE color: 11416509.

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

Color convert

RGB18951174-
CMYK00.730.080.26
HSL306.52º57.5%47.06%-
HSV(B)306.52º73.02%74.12%-
XYZ29.8116.2441.61-
YUV106.28166.22187-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.65%
GREEN value IS 51 (20.31% from 255) = 12.32%
BLUE value IS 174 (68.36% from 255) = 42.03%
R=45.65%
G=12.32%
B=42.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1895117400.730.080.26306.5257.547.06
HexBD33AE04981A1333a2f
Octal27563256011110324637257
Binary101111011100111010111001001001100011010100110011111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD33AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD33AE; }

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

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

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

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

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

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

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

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