#BD3EC1

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

Shades of Fuchsia #BD3EC1

Tints of Fuchsia #BD3EC1

Color information

#BD3EC1 (or 0xBD3EC1) is unknown color: approx Fuchsia. HEX triplet: BD, 3E and C1. RGB value is (189,62,193). Sum of RGB (Red+Green+Blue) = 189+62+193=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 62 (24.61% from 255 or 13.96% from 444); Blue value is 193 (75.78% from 255 or 43.47% from 444); Max value from RGB is 193 - color contains mainly: blue. Hex color #BD3EC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3EC1 is #42C13E. Grayscale: #727272. Windows color (decimal): -4374847 or 12664509. OLE color: 12664509.

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

Color convert

RGB18962193-
CMYK0.020.6800.24
HSL298.17º51.37%50%-
HSV(B)298.17º67.88%75.69%-
XYZ32.3318.1152.24-
YUV114.91172.08180.85-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.57%
GREEN value IS 62 (24.61% from 255) = 13.96%
BLUE value IS 193 (75.78% from 255) = 43.47%
R=42.57%
G=13.96%
B=43.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal189621930.020.6800.24298.1751.3750
HexBD3EC124401812a3332
Octal2757630121040304526362
Binary1011110111111011000001101000100011000100101010110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3EC1; }

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

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

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

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

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

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

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

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