#BD40B4

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

Shades of Fuchsia #BD40B4

Tints of Fuchsia #BD40B4

Color information

#BD40B4 (or 0xBD40B4) is unknown color: approx Fuchsia. HEX triplet: BD, 40 and B4. RGB value is (189,64,180). Sum of RGB (Red+Green+Blue) = 189+64+180=433 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.65% from 433); Green value is 64 (25.39% from 255 or 14.78% from 433); Blue value is 180 (70.70% from 255 or 41.57% from 433); Max value from RGB is 189 - color contains mainly: red. Hex color #BD40B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD40B4 is #42BF4B. Grayscale: #727272. Windows color (decimal): -4374348 or 11813053. OLE color: 11813053.

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

Color convert

RGB18964180-
CMYK00.660.050.26
HSL304.32º49.41%49.61%-
HSV(B)304.32º66.14%74.12%-
XYZ31.0617.7844.98-
YUV114.6164.91181.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.65%
GREEN value IS 64 (25.39% from 255) = 14.78%
BLUE value IS 180 (70.70% from 255) = 41.57%
R=43.65%
G=14.78%
B=41.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1896418000.660.050.26304.3249.4149.61
HexBD40B404251A1303132
Octal27510026401025324606162
Binary101111011000000101101000100001010111010100110000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD40B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD40B4; }

 p { color: rgb(189,64,180); }

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

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

 a { background-color: rgb(189,64,180); }

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

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

 span { border-color: rgb(189,64,180); }

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