Shades of Fuchsia #B239BB
Tints of Fuchsia #B239BB
RGB
CMYK
RGB Variations
Color information
#B239BB (or 0xB239BB) is known color: Fuchsia. HEX triplet: B2, 39 and BB. RGB value is (178,57,187). Sum of RGB (Red+Green+Blue) = 178+57+187=422 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.18% from 422); Green value is 57 (22.66% from 255 or 13.51% from 422); Blue value is 187 (73.44% from 255 or 44.31% from 422); Max value from RGB is 187 - color contains mainly: blue. Hex color #B239BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B239BB is #4DC644. Grayscale: #6B6B6B. Windows color (decimal): -5097029 or 12270002. OLE color: 12270002.
HSL color Cylindrical-coordinate representation of color #B239BB: hue angle of 295.85º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B239BB is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 57 | 187 | - |
| CMYK | 0.05 | 0.70 | 0 | 0.27 |
| HSL | 295.85º | 0.53% | 0.48% | - |
| HSV(B) | 295.85º | 0.7% | 0.73% | - |
| XYZ | 28.79 | 15.98 | 48.58 | - |
| YUV | 108 | 172.59 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 57 | 187 | 0.05 | 0.70 | 0 | 0.27 | 295.85 | 0.53 | 0.48 |
| Hex | B2 | 39 | BB | 5 | 46 | 0 | 1B | 128 | 35 | 30 |
| Octal | 262 | 71 | 273 | 5 | 106 | 0 | 33 | 450 | 65 | 60 |
| Binary | 10110010 | 111001 | 10111011 | 101 | 1000110 | 0 | 11011 | 100101000 | 110101 | 110000 |
Color Harmonies of #B239BB
Complementary color
Monochromatic Colors of #B239BB
Black with #B239BB
Text Example
Text Example
White with #B239BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B239BB; }
p { color: rgb(178,57,187); }
H1.HeaderClassName
{
color: #B239BB;
}
.AnyTagClassName
{
color: #B239BB;
}
</style>
background-color css
<style>
a { background-color: #B239BB; }
a { background-color: rgb(178,57,187); }
div.DivClassName
{
background-color: #B239BB;
}
.BgClassName
{
background-color: #B239BB;
}
</style>
border-color css
<style>
span { border-color: #B239BB; }
span { border-color: rgb(178,57,187); }
td.TdClassName
{
border-color: #B239BB;
}
.TagClassName
{
border-color: #B239BB;
}
</style>