Shades of Fuchsia #B754C1
Tints of Fuchsia #B754C1
RGB
CMYK
RGB Variations
Color information
#B754C1 (or 0xB754C1) is known color: Fuchsia. HEX triplet: B7, 54 and C1. RGB value is (183,84,193). Sum of RGB (Red+Green+Blue) = 183+84+193=460 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.78% from 460); Green value is 84 (33.20% from 255 or 18.26% from 460); Blue value is 193 (75.78% from 255 or 41.96% from 460); Max value from RGB is 193 - color contains mainly: blue. Hex color #B754C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B754C1 is #48AB3E. Grayscale: #7D7D7D. Windows color (decimal): -4762431 or 12670135. OLE color: 12670135.
HSL color Cylindrical-coordinate representation of color #B754C1: hue angle of 294.5º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B754C1 is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 84 | 193 | - |
| CMYK | 0.05 | 0.56 | 0 | 0.24 |
| HSL | 294.5º | 0.47% | 0.54% | - |
| HSV(B) | 294.5º | 0.56% | 0.76% | - |
| XYZ | 32.32 | 20.26 | 52.66 | - |
| YUV | 126.03 | 165.8 | 168.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 84 | 193 | 0.05 | 0.56 | 0 | 0.24 | 294.5 | 0.47 | 0.54 |
| Hex | B7 | 54 | C1 | 5 | 38 | 0 | 18 | 126 | 2F | 36 |
| Octal | 267 | 124 | 301 | 5 | 70 | 0 | 30 | 446 | 57 | 66 |
| Binary | 10110111 | 1010100 | 11000001 | 101 | 111000 | 0 | 11000 | 100100110 | 101111 | 110110 |
Color Harmonies of #B754C1
Complementary color
Monochromatic Colors of #B754C1
Black with #B754C1
Text Example
Text Example
White with #B754C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B754C1; }
p { color: rgb(183,84,193); }
H1.HeaderClassName
{
color: #B754C1;
}
.AnyTagClassName
{
color: #B754C1;
}
</style>
background-color css
<style>
a { background-color: #B754C1; }
a { background-color: rgb(183,84,193); }
div.DivClassName
{
background-color: #B754C1;
}
.BgClassName
{
background-color: #B754C1;
}
</style>
border-color css
<style>
span { border-color: #B754C1; }
span { border-color: rgb(183,84,193); }
td.TdClassName
{
border-color: #B754C1;
}
.TagClassName
{
border-color: #B754C1;
}
</style>