#BD2FB8

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

Shades of Fuchsia #BD2FB8

Tints of Fuchsia #BD2FB8

Color information

#BD2FB8 (or 0xBD2FB8) is unknown color: approx Fuchsia. HEX triplet: BD, 2F and B8. RGB value is (189,47,184). Sum of RGB (Red+Green+Blue) = 189+47+184=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 47 (18.75% from 255 or 11.19% from 420); Blue value is 184 (72.27% from 255 or 43.81% from 420); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2FB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2FB8 is #42D047. Grayscale: #686868. Windows color (decimal): -4378696 or 12070845. OLE color: 12070845.

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

Color convert

RGB18947184-
CMYK00.750.030.26
HSL302.11º60.17%46.27%-
HSV(B)302.11º75.13%74.12%-
XYZ30.6516.3146.88-
YUV105.08172.54187.86-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45%
GREEN value IS 47 (18.75% from 255) = 11.19%
BLUE value IS 184 (72.27% from 255) = 43.81%
R=45%
G=11.19%
B=43.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1894718400.750.030.26302.1160.1746.27
HexBD2FB804B31A12e3c2e
Octal2755727001133324567456
Binary1011110110111110111000010010111111010100101110111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2FB8; }

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

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

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

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

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

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

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

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