#BD33B3

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

Shades of Fuchsia #BD33B3

Tints of Fuchsia #BD33B3

Color information

#BD33B3 (or 0xBD33B3) is unknown color: approx Fuchsia. HEX triplet: BD, 33 and B3. RGB value is (189,51,179). Sum of RGB (Red+Green+Blue) = 189+51+179=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 51 (20.31% from 255 or 12.17% from 419); Blue value is 179 (70.31% from 255 or 42.72% from 419); Max value from RGB is 189 - color contains mainly: red. Hex color #BD33B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD33B3 is #42CC4C. Grayscale: #6A6A6A. Windows color (decimal): -4377677 or 11744189. OLE color: 11744189.

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

Color convert

RGB18951179-
CMYK00.730.050.26
HSL304.35º57.5%47.06%-
HSV(B)304.35º73.02%74.12%-
XYZ30.3116.4444.22-
YUV106.85168.72186.59-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.11%
GREEN value IS 51 (20.31% from 255) = 12.17%
BLUE value IS 179 (70.31% from 255) = 42.72%
R=45.11%
G=12.17%
B=42.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1895117900.730.050.26304.3557.547.06
HexBD33B304951A1303a2f
Octal2756326301115324607257
Binary10111101110011101100110100100110111010100110000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD33B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD33B3; }

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

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

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

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

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

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

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

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