#BD44BE

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

Shades of Fuchsia #BD44BE

Tints of Fuchsia #BD44BE

Color information

#BD44BE (or 0xBD44BE) is unknown color: approx Fuchsia. HEX triplet: BD, 44 and BE. RGB value is (189,68,190). Sum of RGB (Red+Green+Blue) = 189+68+190=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 68 (26.95% from 255 or 15.21% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD44BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD44BE is #42BB41. Grayscale: #757575. Windows color (decimal): -4373314 or 12469437. OLE color: 12469437.

HSL color Cylindrical-coordinate representation of color #BD44BE: hue angle of 299.51º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BD44BE is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18968190-
CMYK0.010.6400.25
HSL299.51º48.41%50.59%-
HSV(B)299.51º64.21%74.51%-
XYZ32.3518.6750.61-
YUV118.09168.59178.58-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.28%
GREEN value IS 68 (26.95% from 255) = 15.21%
BLUE value IS 190 (74.61% from 255) = 42.51%
R=42.28%
G=15.21%
B=42.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal189681900.010.6400.25299.5148.4150.59
HexBD44BE14001912c3033
Octal27510427611000314546063
Binary1011110110001001011111011000000011001100101100110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD44BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD44BE; }

 p { color: rgb(189,68,190); }

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

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

 a { background-color: rgb(189,68,190); }

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

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

 span { border-color: rgb(189,68,190); }

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