#BD53BF

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

Shades of Fuchsia #BD53BF

Tints of Fuchsia #BD53BF

Color information

#BD53BF (or 0xBD53BF) is unknown color: approx Fuchsia. HEX triplet: BD, 53 and BF. RGB value is (189,83,191). Sum of RGB (Red+Green+Blue) = 189+83+191=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 83 (32.81% from 255 or 17.93% from 463); Blue value is 191 (75% from 255 or 41.25% from 463); Max value from RGB is 191 - color contains mainly: blue. Hex color #BD53BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD53BF is #42AC40. Grayscale: #7E7E7E. Windows color (decimal): -4369473 or 12538813. OLE color: 12538813.

HSL color Cylindrical-coordinate representation of color #BD53BF: hue angle of 298.89º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD53BF is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18983191-
CMYK0.010.5700.25
HSL298.89º45.76%53.73%-
HSV(B)298.89º56.54%74.9%-
XYZ33.4820.7751.53-
YUV127.01164.12172.22-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.82%
GREEN value IS 83 (32.81% from 255) = 17.93%
BLUE value IS 191 (75% from 255) = 41.25%
R=40.82%
G=17.93%
B=41.25%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal189831910.010.5700.25298.8945.7653.73
HexBD53BF13901912b2e36
Octal2751232771710314535666
Binary101111011010011101111111111001011001100101011101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD53BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD53BF; }

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

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

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

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

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

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

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

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