#BD53C1

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

Shades of Fuchsia #BD53C1

Tints of Fuchsia #BD53C1

Color information

#BD53C1 (or 0xBD53C1) is unknown color: approx Fuchsia. HEX triplet: BD, 53 and C1. RGB value is (189,83,193). Sum of RGB (Red+Green+Blue) = 189+83+193=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 83 (32.81% from 255 or 17.85% from 465); Blue value is 193 (75.78% from 255 or 41.51% from 465); Max value from RGB is 193 - color contains mainly: blue. Hex color #BD53C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD53C1 is #42AC3E. Grayscale: #7E7E7E. Windows color (decimal): -4369471 or 12669885. OLE color: 12669885.

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

Color convert

RGB18983193-
CMYK0.020.5700.24
HSL297.82º47.01%54.12%-
HSV(B)297.82º56.99%75.69%-
XYZ33.7120.8652.7-
YUV127.23165.12172.06-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.65%
GREEN value IS 83 (32.81% from 255) = 17.85%
BLUE value IS 193 (75.78% from 255) = 41.51%
R=40.65%
G=17.85%
B=41.51%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal189831930.020.5700.24297.8247.0154.12
HexBD53C123901812a2f36
Octal2751233012710304525766
Binary1011110110100111100000110111001011000100101010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD53C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD53C1; }

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

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

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

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

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

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

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

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