#BD3FAB

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

Shades of Fuchsia #BD3FAB

Tints of Fuchsia #BD3FAB

Color information

#BD3FAB (or 0xBD3FAB) is unknown color: approx Fuchsia. HEX triplet: BD, 3F and AB. RGB value is (189,63,171). Sum of RGB (Red+Green+Blue) = 189+63+171=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 63 (25% from 255 or 14.89% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3FAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD3FAB is #42C054. Grayscale: #707070. Windows color (decimal): -4374613 or 11222973. OLE color: 11222973.

HSL color Cylindrical-coordinate representation of color #BD3FAB: hue angle of 308.57º 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 #BD3FAB is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB18963171-
CMYK00.670.100.26
HSL308.57º50%49.41%-
HSV(B)308.57º66.67%74.12%-
XYZ30.1117.3140.28-
YUV112.99160.74182.22-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.68%
GREEN value IS 63 (25% from 255) = 14.89%
BLUE value IS 171 (67.19% from 255) = 40.43%
R=44.68%
G=14.89%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1896317100.670.100.26308.575049.41
HexBD3FAB043A1A1353231
Octal27577253010312324656261
Binary101111011111111010101101000011101011010100110101110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3FAB; }

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

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

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

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

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

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

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

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