#bd2fb5

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

Shades of Fuchsia #BD2FB5

Tints of Fuchsia #BD2FB5

Color information

#BD2FB5 (or 0xBD2FB5) is unknown color: approx Fuchsia. HEX triplet: BD, 2F and B5. RGB value is (189,47,181). Sum of RGB (Red+Green+Blue) = 189+47+181=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 47 (18.75% from 255 or 11.27% from 417); Blue value is 181 (71.09% from 255 or 43.41% from 417); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2FB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2FB5 is #42D04A. Grayscale: #686868. Windows color (decimal): -4378699 or 11874237. OLE color: 11874237.

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

Color convert

RGB18947181-
CMYK00.750.040.26
HSL303.38º60.17%46.27%-
HSV(B)303.38º75.13%74.12%-
XYZ30.3416.1945.24-
YUV104.73171.04188.1-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.32%
GREEN value IS 47 (18.75% from 255) = 11.27%
BLUE value IS 181 (71.09% from 255) = 43.41%
R=45.32%
G=11.27%
B=43.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1894718100.750.040.26303.3860.1746.27
HexBD2FB504B41A12f3c2e
Octal2755726501134324577456
Binary10111101101111101101010100101110011010100101111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd2fb5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd2fb5; }

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

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

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

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

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

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

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

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