#BD44B5

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

Shades of Fuchsia #BD44B5

Tints of Fuchsia #BD44B5

Color information

#BD44B5 (or 0xBD44B5) is unknown color: approx Fuchsia. HEX triplet: BD, 44 and B5. RGB value is (189,68,181). Sum of RGB (Red+Green+Blue) = 189+68+181=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 68 (26.95% from 255 or 15.53% from 438); Blue value is 181 (71.09% from 255 or 41.32% from 438); Max value from RGB is 189 - color contains mainly: red. Hex color #BD44B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD44B5 is #42BB4A. Grayscale: #747474. Windows color (decimal): -4373323 or 11879613. OLE color: 11879613.

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

Color convert

RGB18968181-
CMYK00.640.040.26
HSL303.97º47.83%50.39%-
HSV(B)303.97º64.02%74.12%-
XYZ31.3918.2945.59-
YUV117.06164.09179.31-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.15%
GREEN value IS 68 (26.95% from 255) = 15.53%
BLUE value IS 181 (71.09% from 255) = 41.32%
R=43.15%
G=15.53%
B=41.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1896818100.640.040.26303.9747.8350.39
HexBD44B504041A1303032
Octal27510426501004324606062
Binary101111011000100101101010100000010011010100110000110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD44B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD44B5; }

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

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

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

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

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

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

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

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