Shades of Fuchsia #B75DB4
Tints of Fuchsia #B75DB4
RGB
CMYK
RGB Variations
Color information
#B75DB4 (or 0xB75DB4) is known color: Fuchsia. HEX triplet: B7, 5D and B4. RGB value is (183,93,180). Sum of RGB (Red+Green+Blue) = 183+93+180=456 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.13% from 456); Green value is 93 (36.72% from 255 or 20.39% from 456); Blue value is 180 (70.70% from 255 or 39.47% from 456); Max value from RGB is 183 - color contains mainly: red. Hex color #B75DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B75DB4 is #48A24B. Grayscale: #818181. Windows color (decimal): -4760140 or 11820471. OLE color: 11820471.
HSL color Cylindrical-coordinate representation of color #B75DB4: hue angle of 302º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B75DB4 is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 93 | 180 | - |
| CMYK | 0 | 0.49 | 0.02 | 0.28 |
| HSL | 302º | 0.38% | 0.54% | - |
| HSV(B) | 302º | 0.49% | 0.72% | - |
| XYZ | 31.68 | 21.19 | 45.6 | - |
| YUV | 129.83 | 156.32 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 93 | 180 | 0 | 0.49 | 0.02 | 0.28 | 302 | 0.38 | 0.54 |
| Hex | B7 | 5D | B4 | 0 | 31 | 2 | 1C | 12E | 26 | 36 |
| Octal | 267 | 135 | 264 | 0 | 61 | 2 | 34 | 456 | 46 | 66 |
| Binary | 10110111 | 1011101 | 10110100 | 0 | 110001 | 10 | 11100 | 100101110 | 100110 | 110110 |
Color Harmonies of #B75DB4
Complementary color
Monochromatic Colors of #B75DB4
Black with #B75DB4
Text Example
Text Example
White with #B75DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75DB4; }
p { color: rgb(183,93,180); }
H1.HeaderClassName
{
color: #B75DB4;
}
.AnyTagClassName
{
color: #B75DB4;
}
</style>
background-color css
<style>
a { background-color: #B75DB4; }
a { background-color: rgb(183,93,180); }
div.DivClassName
{
background-color: #B75DB4;
}
.BgClassName
{
background-color: #B75DB4;
}
</style>
border-color css
<style>
span { border-color: #B75DB4; }
span { border-color: rgb(183,93,180); }
td.TdClassName
{
border-color: #B75DB4;
}
.TagClassName
{
border-color: #B75DB4;
}
</style>