Shades of Fuchsia #B15CBE
Tints of Fuchsia #B15CBE
RGB
CMYK
RGB Variations
Color information
#B15CBE (or 0xB15CBE) is known color: Fuchsia. HEX triplet: B1, 5C and BE. RGB value is (177,92,190). Sum of RGB (Red+Green+Blue) = 177+92+190=459 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.56% from 459); Green value is 92 (36.33% from 255 or 20.04% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 190 - color contains mainly: blue. Hex color #B15CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15CBE is #4EA341. Grayscale: #808080. Windows color (decimal): -5153602 or 12475569. OLE color: 12475569.
HSL color Cylindrical-coordinate representation of color #B15CBE: hue angle of 292.04º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B15CBE is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 92 | 190 | - |
| CMYK | 0.07 | 0.52 | 0 | 0.25 |
| HSL | 292.04º | 0.43% | 0.55% | - |
| HSV(B) | 292.04º | 0.52% | 0.75% | - |
| XYZ | 31.25 | 20.72 | 51.07 | - |
| YUV | 128.59 | 162.66 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 92 | 190 | 0.07 | 0.52 | 0 | 0.25 | 292.04 | 0.43 | 0.55 |
| Hex | B1 | 5C | BE | 7 | 34 | 0 | 19 | 124 | 2B | 37 |
| Octal | 261 | 134 | 276 | 7 | 64 | 0 | 31 | 444 | 53 | 67 |
| Binary | 10110001 | 1011100 | 10111110 | 111 | 110100 | 0 | 11001 | 100100100 | 101011 | 110111 |
Color Harmonies of #B15CBE
Complementary color
Monochromatic Colors of #B15CBE
Black with #B15CBE
Text Example
Text Example
White with #B15CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15CBE; }
p { color: rgb(177,92,190); }
H1.HeaderClassName
{
color: #B15CBE;
}
.AnyTagClassName
{
color: #B15CBE;
}
</style>
background-color css
<style>
a { background-color: #B15CBE; }
a { background-color: rgb(177,92,190); }
div.DivClassName
{
background-color: #B15CBE;
}
.BgClassName
{
background-color: #B15CBE;
}
</style>
border-color css
<style>
span { border-color: #B15CBE; }
span { border-color: rgb(177,92,190); }
td.TdClassName
{
border-color: #B15CBE;
}
.TagClassName
{
border-color: #B15CBE;
}
</style>