#BD2FAB

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

Shades of Fuchsia #BD2FAB

Tints of Fuchsia #BD2FAB

Color information

#BD2FAB (or 0xBD2FAB) is unknown color: approx Fuchsia. HEX triplet: BD, 2F and AB. RGB value is (189,47,171). Sum of RGB (Red+Green+Blue) = 189+47+171=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 47 (18.75% from 255 or 11.55% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2FAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2FAB is #42D054. Grayscale: #676767. Windows color (decimal): -4378709 or 11218877. OLE color: 11218877.

HSL color Cylindrical-coordinate representation of color #BD2FAB: hue angle of 307.61º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD2FAB is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB18947171-
CMYK00.750.100.26
HSL307.61º60.17%46.27%-
HSV(B)307.61º75.13%74.12%-
XYZ29.3515.7940.03-
YUV103.59166.04188.92-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.44%
GREEN value IS 47 (18.75% from 255) = 11.55%
BLUE value IS 171 (67.19% from 255) = 42.01%
R=46.44%
G=11.55%
B=42.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1894717100.750.100.26307.6160.1746.27
HexBD2FAB04BA1A1343c2e
Octal27557253011312324647456
Binary101111011011111010101101001011101011010100110100111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2FAB; }

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

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

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

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

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

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

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

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