#BD3FA8

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

Shades of Fuchsia #BD3FA8

Tints of Fuchsia #BD3FA8

Color information

#BD3FA8 (or 0xBD3FA8) is unknown color: approx Fuchsia. HEX triplet: BD, 3F and A8. RGB value is (189,63,168). Sum of RGB (Red+Green+Blue) = 189+63+168=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 63 (25% from 255 or 15% from 420); Blue value is 168 (66.02% from 255 or 40% from 420); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3FA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3FA8 is #42C057. Grayscale: #707070. Windows color (decimal): -4374616 or 11026365. OLE color: 11026365.

HSL color Cylindrical-coordinate representation of color #BD3FA8: hue angle of 310º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD3FA8 is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB18963168-
CMYK00.670.110.26
HSL310º50%49.41%-
HSV(B)310º66.67%74.12%-
XYZ29.8317.238.79-
YUV112.64159.24182.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45%
GREEN value IS 63 (25% from 255) = 15%
BLUE value IS 168 (66.02% from 255) = 40%
R=45%
G=15%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1896316800.670.110.263105049.41
HexBD3FA8043B1A1363231
Octal27577250010313324666261
Binary101111011111111010100001000011101111010100110110110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3FA8; }

 p { color: rgb(189,63,168); }

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

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

 a { background-color: rgb(189,63,168); }

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

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

 span { border-color: rgb(189,63,168); }

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