#BD2DC4

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

Shades of Fuchsia #BD2DC4

Tints of Fuchsia #BD2DC4

Color information

#BD2DC4 (or 0xBD2DC4) is unknown color: approx Fuchsia. HEX triplet: BD, 2D and C4. RGB value is (189,45,196). Sum of RGB (Red+Green+Blue) = 189+45+196=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 45 (17.97% from 255 or 10.47% from 430); Blue value is 196 (76.95% from 255 or 45.58% from 430); Max value from RGB is 196 - color contains mainly: blue. Hex color #BD2DC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2DC4 is #42D23B. Grayscale: #686868. Windows color (decimal): -4379196 or 12856765. OLE color: 12856765.

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

Color convert

RGB18945196-
CMYK0.040.7700.23
HSL297.22º62.66%47.25%-
HSV(B)297.22º77.04%76.86%-
XYZ31.8916.6853.76-
YUV105.27179.21187.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.95%
GREEN value IS 45 (17.97% from 255) = 10.47%
BLUE value IS 196 (76.95% from 255) = 45.58%
R=43.95%
G=10.47%
B=45.58%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal189451960.040.7700.23297.2262.6647.25
HexBD2DC444D0171293f2f
Octal2755530441150274517757
Binary10111101101101110001001001001101010111100101001111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2DC4; }

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

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

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

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

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

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

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

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