#BD29C4

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

Shades of Fuchsia #BD29C4

Tints of Fuchsia #BD29C4

Color information

#BD29C4 (or 0xBD29C4) is unknown color: approx Fuchsia. HEX triplet: BD, 29 and C4. RGB value is (189,41,196). Sum of RGB (Red+Green+Blue) = 189+41+196=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 41 (16.41% from 255 or 9.62% from 426); Blue value is 196 (76.95% from 255 or 46.01% from 426); Max value from RGB is 196 - color contains mainly: blue. Hex color #BD29C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD29C4 is #42D63B. Grayscale: #666666. Windows color (decimal): -4380220 or 12855741. OLE color: 12855741.

HSL color Cylindrical-coordinate representation of color #BD29C4: hue angle of 297.29º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD29C4 is Cyan = 0.04, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB18941196-
CMYK0.040.7900.23
HSL297.29º65.4%46.47%-
HSV(B)297.29º79.08%76.86%-
XYZ31.7416.3953.72-
YUV102.92180.53189.4-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.37%
GREEN value IS 41 (16.41% from 255) = 9.62%
BLUE value IS 196 (76.95% from 255) = 46.01%
R=44.37%
G=9.62%
B=46.01%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal189411960.040.7900.23297.2965.446.47
HexBD29C444F017129412e
Octal27551304411702745110156
Binary101111011010011100010010010011110101111001010011000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD29C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD29C4; }

 p { color: rgb(189,41,196); }

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

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

 a { background-color: rgb(189,41,196); }

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

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

 span { border-color: rgb(189,41,196); }

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