#BD73B9

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

Shades of Fuchsia #BD73B9

Tints of Fuchsia #BD73B9

Color information

#BD73B9 (or 0xBD73B9) is unknown color: approx Fuchsia. HEX triplet: BD, 73 and B9. RGB value is (189,115,185). Sum of RGB (Red+Green+Blue) = 189+115+185=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 115 (45.31% from 255 or 23.52% from 489); Blue value is 185 (72.66% from 255 or 37.83% from 489); Max value from RGB is 189 - color contains mainly: red. Hex color #BD73B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD73B9 is #428C46. Grayscale: #909090. Windows color (decimal): -4361287 or 12153789. OLE color: 12153789.

HSL color Cylindrical-coordinate representation of color #BD73B9: hue angle of 303.24º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BD73B9 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB189115185-
CMYK00.390.020.26
HSL303.24º35.92%59.61%-
HSV(B)303.24º39.15%74.12%-
XYZ35.8726.5849.14-
YUV145.11150.52159.31-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.65%
GREEN value IS 115 (45.31% from 255) = 23.52%
BLUE value IS 185 (72.66% from 255) = 37.83%
R=38.65%
G=23.52%
B=37.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911518500.390.020.26303.2435.9259.61
HexBD73B902721A12f243c
Octal2751632710472324574474
Binary1011110111100111011100101001111011010100101111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD73B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD73B9; }

 p { color: rgb(189,115,185); }

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

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

 a { background-color: rgb(189,115,185); }

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

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

 span { border-color: rgb(189,115,185); }

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