Shades of Fuchsia #B13BBD
Tints of Fuchsia #B13BBD
RGB
CMYK
RGB Variations
Color information
#B13BBD (or 0xB13BBD) is known color: Fuchsia. HEX triplet: B1, 3B and BD. RGB value is (177,59,189). Sum of RGB (Red+Green+Blue) = 177+59+189=425 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.65% from 425); Green value is 59 (23.44% from 255 or 13.88% from 425); Blue value is 189 (74.22% from 255 or 44.47% from 425); Max value from RGB is 189 - color contains mainly: blue. Hex color #B13BBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13BBD is #4EC442. Grayscale: #6C6C6C. Windows color (decimal): -5162051 or 12401585. OLE color: 12401585.
HSL color Cylindrical-coordinate representation of color #B13BBD: hue angle of 294.46º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B13BBD is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 59 | 189 | - |
| CMYK | 0.06 | 0.69 | 0 | 0.26 |
| HSL | 294.46º | 0.52% | 0.49% | - |
| HSV(B) | 294.46º | 0.69% | 0.74% | - |
| XYZ | 28.88 | 16.15 | 49.74 | - |
| YUV | 109.1 | 173.09 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 59 | 189 | 0.06 | 0.69 | 0 | 0.26 | 294.46 | 0.52 | 0.49 |
| Hex | B1 | 3B | BD | 6 | 45 | 0 | 1A | 126 | 34 | 31 |
| Octal | 261 | 73 | 275 | 6 | 105 | 0 | 32 | 446 | 64 | 61 |
| Binary | 10110001 | 111011 | 10111101 | 110 | 1000101 | 0 | 11010 | 100100110 | 110100 | 110001 |
Color Harmonies of #B13BBD
Complementary color
Monochromatic Colors of #B13BBD
Black with #B13BBD
Text Example
Text Example
White with #B13BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13BBD; }
p { color: rgb(177,59,189); }
H1.HeaderClassName
{
color: #B13BBD;
}
.AnyTagClassName
{
color: #B13BBD;
}
</style>
background-color css
<style>
a { background-color: #B13BBD; }
a { background-color: rgb(177,59,189); }
div.DivClassName
{
background-color: #B13BBD;
}
.BgClassName
{
background-color: #B13BBD;
}
</style>
border-color css
<style>
span { border-color: #B13BBD; }
span { border-color: rgb(177,59,189); }
td.TdClassName
{
border-color: #B13BBD;
}
.TagClassName
{
border-color: #B13BBD;
}
</style>