#BD3EC0

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

Shades of Fuchsia #BD3EC0

Tints of Fuchsia #BD3EC0

Color information

#BD3EC0 (or 0xBD3EC0) is unknown color: approx Fuchsia. HEX triplet: BD, 3E and C0. RGB value is (189,62,192). Sum of RGB (Red+Green+Blue) = 189+62+192=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 62 (24.61% from 255 or 14.00% from 443); Blue value is 192 (75.39% from 255 or 43.34% from 443); Max value from RGB is 192 - color contains mainly: blue. Hex color #BD3EC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3EC0 is #42C13F. Grayscale: #727272. Windows color (decimal): -4374848 or 12598973. OLE color: 12598973.

HSL color Cylindrical-coordinate representation of color #BD3EC0: hue angle of 298.62º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BD3EC0 is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18962192-
CMYK0.020.6800.25
HSL298.62º51.18%49.8%-
HSV(B)298.62º67.71%75.29%-
XYZ32.2218.0751.66-
YUV114.79171.58180.93-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.66%
GREEN value IS 62 (24.61% from 255) = 14.00%
BLUE value IS 192 (75.39% from 255) = 43.34%
R=42.66%
G=14.00%
B=43.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal189621920.020.6800.25298.6251.1849.8
HexBD3EC024401912b3332
Octal2757630021040314536362
Binary1011110111111011000000101000100011001100101011110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3EC0; }

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

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

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

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

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

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

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

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