Shades of Fuchsia #B75EBD
Tints of Fuchsia #B75EBD
RGB
CMYK
RGB Variations
Color information
#B75EBD (or 0xB75EBD) is known color: Fuchsia. HEX triplet: B7, 5E and BD. RGB value is (183,94,189). Sum of RGB (Red+Green+Blue) = 183+94+189=466 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.27% from 466); Green value is 94 (37.11% from 255 or 20.17% from 466); Blue value is 189 (74.22% from 255 or 40.56% from 466); Max value from RGB is 189 - color contains mainly: blue. Hex color #B75EBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B75EBD is #48A142. Grayscale: #838383. Windows color (decimal): -4759875 or 12410551. OLE color: 12410551.
HSL color Cylindrical-coordinate representation of color #B75EBD: hue angle of 296.21º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B75EBD is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 94 | 189 | - |
| CMYK | 0.03 | 0.50 | 0 | 0.26 |
| HSL | 296.21º | 0.42% | 0.55% | - |
| HSV(B) | 296.21º | 0.5% | 0.74% | - |
| XYZ | 32.72 | 21.75 | 50.62 | - |
| YUV | 131.44 | 160.49 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 94 | 189 | 0.03 | 0.50 | 0 | 0.26 | 296.21 | 0.42 | 0.55 |
| Hex | B7 | 5E | BD | 3 | 32 | 0 | 1A | 128 | 2A | 37 |
| Octal | 267 | 136 | 275 | 3 | 62 | 0 | 32 | 450 | 52 | 67 |
| Binary | 10110111 | 1011110 | 10111101 | 11 | 110010 | 0 | 11010 | 100101000 | 101010 | 110111 |
Color Harmonies of #B75EBD
Complementary color
Monochromatic Colors of #B75EBD
Black with #B75EBD
Text Example
Text Example
White with #B75EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75EBD; }
p { color: rgb(183,94,189); }
H1.HeaderClassName
{
color: #B75EBD;
}
.AnyTagClassName
{
color: #B75EBD;
}
</style>
background-color css
<style>
a { background-color: #B75EBD; }
a { background-color: rgb(183,94,189); }
div.DivClassName
{
background-color: #B75EBD;
}
.BgClassName
{
background-color: #B75EBD;
}
</style>
border-color css
<style>
span { border-color: #B75EBD; }
span { border-color: rgb(183,94,189); }
td.TdClassName
{
border-color: #B75EBD;
}
.TagClassName
{
border-color: #B75EBD;
}
</style>