Shades of Fuchsia #BF73BD
Tints of Fuchsia #BF73BD
RGB
CMYK
RGB Variations
Color information
#BF73BD (or 0xBF73BD) is known color: Fuchsia. HEX triplet: BF, 73 and BD. RGB value is (191,115,189). Sum of RGB (Red+Green+Blue) = 191+115+189=495 (65% of max value = 765). Red value is 191 (75% from 255 or 38.59% from 495); Green value is 115 (45.31% from 255 or 23.23% from 495); Blue value is 189 (74.22% from 255 or 38.18% from 495); Max value from RGB is 191 - color contains mainly: red. Hex color #BF73BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF73BD is #408C42. Grayscale: #919191. Windows color (decimal): -4230211 or 12415935. OLE color: 12415935.
HSL color Cylindrical-coordinate representation of color #BF73BD: hue angle of 301.58º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BF73BD is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 115 | 189 | - |
| CMYK | 0 | 0.40 | 0.01 | 0.25 |
| HSL | 301.58º | 0.37% | 0.6% | - |
| HSV(B) | 301.58º | 0.4% | 0.75% | - |
| XYZ | 36.8 | 27.01 | 51.42 | - |
| YUV | 146.16 | 152.18 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 115 | 189 | 0 | 0.40 | 0.01 | 0.25 | 301.58 | 0.37 | 0.6 |
| Hex | BF | 73 | BD | 0 | 28 | 1 | 19 | 12E | 25 | 3C |
| Octal | 277 | 163 | 275 | 0 | 50 | 1 | 31 | 456 | 45 | 74 |
| Binary | 10111111 | 1110011 | 10111101 | 0 | 101000 | 1 | 11001 | 100101110 | 100101 | 111100 |
Color Harmonies of #BF73BD
Complementary color
Monochromatic Colors of #BF73BD
Black with #BF73BD
Text Example
Text Example
White with #BF73BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF73BD; }
p { color: rgb(191,115,189); }
H1.HeaderClassName
{
color: #BF73BD;
}
.AnyTagClassName
{
color: #BF73BD;
}
</style>
background-color css
<style>
a { background-color: #BF73BD; }
a { background-color: rgb(191,115,189); }
div.DivClassName
{
background-color: #BF73BD;
}
.BgClassName
{
background-color: #BF73BD;
}
</style>
border-color css
<style>
span { border-color: #BF73BD; }
span { border-color: rgb(191,115,189); }
td.TdClassName
{
border-color: #BF73BD;
}
.TagClassName
{
border-color: #BF73BD;
}
</style>