#BD73C6

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

Shades of Fuchsia #BD73C6

Tints of Fuchsia #BD73C6

Color information

#BD73C6 (or 0xBD73C6) is unknown color: approx Fuchsia. HEX triplet: BD, 73 and C6. RGB value is (189,115,198). Sum of RGB (Red+Green+Blue) = 189+115+198=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 115 (45.31% from 255 or 22.91% from 502); Blue value is 198 (77.73% from 255 or 39.44% from 502); Max value from RGB is 198 - color contains mainly: blue. Hex color #BD73C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD73C6 is #428C39. Grayscale: #929292. Windows color (decimal): -4361274 or 13005757. OLE color: 13005757.

HSL color Cylindrical-coordinate representation of color #BD73C6: hue angle of 293.49º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BD73C6 is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB189115198-
CMYK0.050.4200.22
HSL293.49º42.13%61.37%-
HSV(B)293.49º41.92%77.65%-
XYZ37.3127.1656.7-
YUV146.59157.02158.25-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.65%
GREEN value IS 115 (45.31% from 255) = 22.91%
BLUE value IS 198 (77.73% from 255) = 39.44%
R=37.65%
G=22.91%
B=39.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1891151980.050.4200.22293.4942.1361.37
HexBD73C652A0161252a3d
Octal2751633065520264455275
Binary10111101111001111000110101101010010110100100101101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD73C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD73C6; }

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

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

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

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

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

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

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

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