#BD34BE

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

Shades of Fuchsia #BD34BE

Tints of Fuchsia #BD34BE

Color information

#BD34BE (or 0xBD34BE) is unknown color: approx Fuchsia. HEX triplet: BD, 34 and BE. RGB value is (189,52,190). Sum of RGB (Red+Green+Blue) = 189+52+190=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 52 (20.70% from 255 or 12.06% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD34BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD34BE is #42CB41. Grayscale: #6C6C6C. Windows color (decimal): -4377410 or 12465341. OLE color: 12465341.

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

Color convert

RGB18952190-
CMYK0.010.7300.25
HSL299.57º57.02%47.45%-
HSV(B)299.57º72.63%74.51%-
XYZ31.5116.9950.33-
YUV108.7173.89185.28-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.85%
GREEN value IS 52 (20.70% from 255) = 12.06%
BLUE value IS 190 (74.61% from 255) = 44.08%
R=43.85%
G=12.06%
B=44.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal189521900.010.7300.25299.5757.0247.45
HexBD34BE14901912c392f
Octal2756427611110314547157
Binary101111011101001011111011001001011001100101100111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD34BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD34BE; }

 p { color: rgb(189,52,190); }

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

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

 a { background-color: rgb(189,52,190); }

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

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

 span { border-color: rgb(189,52,190); }

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