#BD5DC1

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

Shades of Fuchsia #BD5DC1

Tints of Fuchsia #BD5DC1

Color information

#BD5DC1 (or 0xBD5DC1) is unknown color: approx Fuchsia. HEX triplet: BD, 5D and C1. RGB value is (189,93,193). Sum of RGB (Red+Green+Blue) = 189+93+193=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 93 (36.72% from 255 or 19.58% from 475); Blue value is 193 (75.78% from 255 or 40.63% from 475); Max value from RGB is 193 - color contains mainly: blue. Hex color #BD5DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5DC1 is #42A23E. Grayscale: #848484. Windows color (decimal): -4366911 or 12672445. OLE color: 12672445.

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

Color convert

RGB18993193-
CMYK0.020.5200.24
HSL297.6º44.64%56.08%-
HSV(B)297.6º51.81%75.69%-
XYZ34.5322.552.97-
YUV133.1161.8167.87-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.79%
GREEN value IS 93 (36.72% from 255) = 19.58%
BLUE value IS 193 (75.78% from 255) = 40.63%
R=39.79%
G=19.58%
B=40.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal189931930.020.5200.24297.644.6456.08
HexBD5DC123401812a2d38
Octal2751353012640304525570
Binary1011110110111011100000110110100011000100101010101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5DC1; }

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

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

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

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

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

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

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

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