#BD40B6

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

Shades of Fuchsia #BD40B6

Tints of Fuchsia #BD40B6

Color information

#BD40B6 (or 0xBD40B6) is unknown color: approx Fuchsia. HEX triplet: BD, 40 and B6. RGB value is (189,64,182). Sum of RGB (Red+Green+Blue) = 189+64+182=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 64 (25.39% from 255 or 14.71% from 435); Blue value is 182 (71.48% from 255 or 41.84% from 435); Max value from RGB is 189 - color contains mainly: red. Hex color #BD40B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD40B6 is #42BF49. Grayscale: #727272. Windows color (decimal): -4374346 or 11944125. OLE color: 11944125.

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

Color convert

RGB18964182-
CMYK00.660.040.26
HSL303.36º49.41%49.61%-
HSV(B)303.36º66.14%74.12%-
XYZ31.2617.8646.06-
YUV114.83165.91180.91-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.45%
GREEN value IS 64 (25.39% from 255) = 14.71%
BLUE value IS 182 (71.48% from 255) = 41.84%
R=43.45%
G=14.71%
B=41.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1896418200.660.040.26303.3649.4149.61
HexBD40B604241A12f3132
Octal27510026601024324576162
Binary101111011000000101101100100001010011010100101111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD40B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD40B6; }

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

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

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

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

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

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

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

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