#BD4CC0

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

Shades of Fuchsia #BD4CC0

Tints of Fuchsia #BD4CC0

Color information

#BD4CC0 (or 0xBD4CC0) is unknown color: approx Fuchsia. HEX triplet: BD, 4C and C0. RGB value is (189,76,192). Sum of RGB (Red+Green+Blue) = 189+76+192=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 76 (30.08% from 255 or 16.63% from 457); Blue value is 192 (75.39% from 255 or 42.01% from 457); Max value from RGB is 192 - color contains mainly: blue. Hex color #BD4CC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD4CC0 is #42B33F. Grayscale: #7A7A7A. Windows color (decimal): -4371264 or 12602557. OLE color: 12602557.

HSL color Cylindrical-coordinate representation of color #BD4CC0: hue angle of 298.45º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD4CC0 is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18976192-
CMYK0.020.6000.25
HSL298.45º47.93%52.55%-
HSV(B)298.45º60.42%75.29%-
XYZ33.0919.7951.95-
YUV123.01166.94175.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.36%
GREEN value IS 76 (30.08% from 255) = 16.63%
BLUE value IS 192 (75.39% from 255) = 42.01%
R=41.36%
G=16.63%
B=42.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal189761920.020.6000.25298.4547.9352.55
HexBD4CC023C01912a3035
Octal2751143002740314526065
Binary1011110110011001100000010111100011001100101010110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4CC0; }

 p { color: rgb(189,76,192); }

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

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

 a { background-color: rgb(189,76,192); }

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

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

 span { border-color: rgb(189,76,192); }

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