#BD73BE

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

Shades of Fuchsia #BD73BE

Tints of Fuchsia #BD73BE

Color information

#BD73BE (or 0xBD73BE) is unknown color: approx Fuchsia. HEX triplet: BD, 73 and BE. RGB value is (189,115,190). Sum of RGB (Red+Green+Blue) = 189+115+190=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 115 (45.31% from 255 or 23.28% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD73BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD73BE is #428C41. Grayscale: #919191. Windows color (decimal): -4361282 or 12481469. OLE color: 12481469.

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

Color convert

RGB189115190-
CMYK0.010.3900.25
HSL299.2º36.59%59.8%-
HSV(B)299.2º39.47%74.51%-
XYZ36.4126.851.97-
YUV145.68153.02158.9-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.26%
GREEN value IS 115 (45.31% from 255) = 23.28%
BLUE value IS 190 (74.61% from 255) = 38.46%
R=38.26%
G=23.28%
B=38.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891151900.010.3900.25299.236.5959.8
HexBD73BE12701912b253c
Octal2751632761470314534574
Binary101111011110011101111101100111011001100101011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD73BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD73BE; }

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

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

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

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

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

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

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

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