#BD53C9

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

Shades of Fuchsia #BD53C9

Tints of Fuchsia #BD53C9

Color information

#BD53C9 (or 0xBD53C9) is unknown color: approx Fuchsia. HEX triplet: BD, 53 and C9. RGB value is (189,83,201). Sum of RGB (Red+Green+Blue) = 189+83+201=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 83 (32.81% from 255 or 17.55% from 473); Blue value is 201 (78.91% from 255 or 42.49% from 473); Max value from RGB is 201 - color contains mainly: blue. Hex color #BD53C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD53C9 is #42AC36. Grayscale: #7F7F7F. Windows color (decimal): -4369463 or 13194173. OLE color: 13194173.

HSL color Cylindrical-coordinate representation of color #BD53C9: hue angle of 293.9º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BD53C9 is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18983201-
CMYK0.060.5900.21
HSL293.9º52.21%55.69%-
HSV(B)293.9º58.71%78.82%-
XYZ34.6221.2257.53-
YUV128.15169.12171.41-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.96%
GREEN value IS 83 (32.81% from 255) = 17.55%
BLUE value IS 201 (78.91% from 255) = 42.49%
R=39.96%
G=17.55%
B=42.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal189832010.060.5900.21293.952.2155.69
HexBD53C963B0151263438
Octal2751233116730254466470
Binary10111101101001111001001110111011010101100100110110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD53C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD53C9; }

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

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

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

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

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

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

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

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