#BD3AC9

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

Shades of Fuchsia #BD3AC9

Tints of Fuchsia #BD3AC9

Color information

#BD3AC9 (or 0xBD3AC9) is unknown color: approx Fuchsia. HEX triplet: BD, 3A and C9. RGB value is (189,58,201). Sum of RGB (Red+Green+Blue) = 189+58+201=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 58 (23.05% from 255 or 12.95% from 448); Blue value is 201 (78.91% from 255 or 44.87% from 448); Max value from RGB is 201 - color contains mainly: blue. Hex color #BD3AC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3AC9 is #42C536. Grayscale: #717171. Windows color (decimal): -4375863 or 13187773. OLE color: 13187773.

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

Color convert

RGB18958201-
CMYK0.060.7100.21
HSL294.97º56.97%50.78%-
HSV(B)294.97º71.14%78.82%-
XYZ33.0418.0657-
YUV113.47177.4181.87-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.19%
GREEN value IS 58 (23.05% from 255) = 12.95%
BLUE value IS 201 (78.91% from 255) = 44.87%
R=42.19%
G=12.95%
B=44.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal189582010.060.7100.21294.9756.9750.78
HexBD3AC96470151273933
Octal2757231161070254477163
Binary10111101111010110010011101000111010101100100111111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3AC9; }

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

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

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

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

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

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

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

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