Shades of Fuchsia #BF27B2
Tints of Fuchsia #BF27B2
RGB
CMYK
RGB Variations
Color information
#BF27B2 (or 0xBF27B2) is known color: Fuchsia. HEX triplet: BF, 27 and B2. RGB value is (191,39,178). Sum of RGB (Red+Green+Blue) = 191+39+178=408 (54% of max value = 765). Red value is 191 (75% from 255 or 46.81% from 408); Green value is 39 (15.62% from 255 or 9.56% from 408); Blue value is 178 (69.92% from 255 or 43.63% from 408); Max value from RGB is 191 - color contains mainly: red. Hex color #BF27B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF27B2 is #40D84D. Grayscale: #636363. Windows color (decimal): -4249678 or 11675583. OLE color: 11675583.
HSL color Cylindrical-coordinate representation of color #BF27B2: hue angle of 305.13º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF27B2 is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 39 | 178 | - |
| CMYK | 0 | 0.80 | 0.07 | 0.25 |
| HSL | 305.13º | 0.66% | 0.45% | - |
| HSV(B) | 305.13º | 0.8% | 0.75% | - |
| XYZ | 30.25 | 15.74 | 43.56 | - |
| YUV | 100.29 | 171.86 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 39 | 178 | 0 | 0.80 | 0.07 | 0.25 | 305.13 | 0.66 | 0.45 |
| Hex | BF | 27 | B2 | 0 | 50 | 7 | 19 | 131 | 42 | 2D |
| Octal | 277 | 47 | 262 | 0 | 120 | 7 | 31 | 461 | 102 | 55 |
| Binary | 10111111 | 100111 | 10110010 | 0 | 1010000 | 111 | 11001 | 100110001 | 1000010 | 101101 |
Color Harmonies of #BF27B2
Complementary color
Monochromatic Colors of #BF27B2
Black with #BF27B2
Text Example
Text Example
White with #BF27B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF27B2; }
p { color: rgb(191,39,178); }
H1.HeaderClassName
{
color: #BF27B2;
}
.AnyTagClassName
{
color: #BF27B2;
}
</style>
background-color css
<style>
a { background-color: #BF27B2; }
a { background-color: rgb(191,39,178); }
div.DivClassName
{
background-color: #BF27B2;
}
.BgClassName
{
background-color: #BF27B2;
}
</style>
border-color css
<style>
span { border-color: #BF27B2; }
span { border-color: rgb(191,39,178); }
td.TdClassName
{
border-color: #BF27B2;
}
.TagClassName
{
border-color: #BF27B2;
}
</style>