Shades of Fuchsia #B258C1
Tints of Fuchsia #B258C1
RGB
CMYK
RGB Variations
Color information
#B258C1 (or 0xB258C1) is known color: Fuchsia. HEX triplet: B2, 58 and C1. RGB value is (178,88,193). Sum of RGB (Red+Green+Blue) = 178+88+193=459 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.78% from 459); Green value is 88 (34.77% from 255 or 19.17% from 459); Blue value is 193 (75.78% from 255 or 42.05% from 459); Max value from RGB is 193 - color contains mainly: blue. Hex color #B258C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B258C1 is #4DA73E. Grayscale: #7E7E7E. Windows color (decimal): -5089087 or 12671154. OLE color: 12671154.
HSL color Cylindrical-coordinate representation of color #B258C1: hue angle of 291.43º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B258C1 is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 88 | 193 | - |
| CMYK | 0.08 | 0.54 | 0 | 0.24 |
| HSL | 291.43º | 0.46% | 0.55% | - |
| HSV(B) | 291.43º | 0.54% | 0.76% | - |
| XYZ | 31.48 | 20.29 | 52.71 | - |
| YUV | 126.88 | 165.32 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 88 | 193 | 0.08 | 0.54 | 0 | 0.24 | 291.43 | 0.46 | 0.55 |
| Hex | B2 | 58 | C1 | 8 | 36 | 0 | 18 | 123 | 2E | 37 |
| Octal | 262 | 130 | 301 | 10 | 66 | 0 | 30 | 443 | 56 | 67 |
| Binary | 10110010 | 1011000 | 11000001 | 1000 | 110110 | 0 | 11000 | 100100011 | 101110 | 110111 |
Color Harmonies of #B258C1
Complementary color
Monochromatic Colors of #B258C1
Black with #B258C1
Text Example
Text Example
White with #B258C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B258C1; }
p { color: rgb(178,88,193); }
H1.HeaderClassName
{
color: #B258C1;
}
.AnyTagClassName
{
color: #B258C1;
}
</style>
background-color css
<style>
a { background-color: #B258C1; }
a { background-color: rgb(178,88,193); }
div.DivClassName
{
background-color: #B258C1;
}
.BgClassName
{
background-color: #B258C1;
}
</style>
border-color css
<style>
span { border-color: #B258C1; }
span { border-color: rgb(178,88,193); }
td.TdClassName
{
border-color: #B258C1;
}
.TagClassName
{
border-color: #B258C1;
}
</style>