#BF73C6

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

Shades of Fuchsia #BF73C6

Tints of Fuchsia #BF73C6

Color information

#BF73C6 (or 0xBF73C6) is unknown color: approx Fuchsia. HEX triplet: BF, 73 and C6. RGB value is (191,115,198). Sum of RGB (Red+Green+Blue) = 191+115+198=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 115 (45.31% from 255 or 22.82% from 504); Blue value is 198 (77.73% from 255 or 39.29% from 504); Max value from RGB is 198 - color contains mainly: blue. Hex color #BF73C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF73C6 is #408C39. Grayscale: #929292. Windows color (decimal): -4230202 or 13005759. OLE color: 13005759.

HSL color Cylindrical-coordinate representation of color #BF73C6: hue angle of 294.94º 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 #BF73C6 is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB191115198-
CMYK0.040.4200.22
HSL294.94º42.13%61.37%-
HSV(B)294.94º41.92%77.65%-
XYZ37.8127.4256.72-
YUV147.19156.68159.25-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.90%
GREEN value IS 115 (45.31% from 255) = 22.82%
BLUE value IS 198 (77.73% from 255) = 39.29%
R=37.90%
G=22.82%
B=39.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1911151980.040.4200.22294.9442.1361.37
HexBF73C642A0161272a3d
Octal2771633064520264475275
Binary10111111111001111000110100101010010110100100111101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF73C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF73C6; }

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

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

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

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

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

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

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

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