Shades of Fuchsia #B833BE
Tints of Fuchsia #B833BE
RGB
CMYK
RGB Variations
Color information
#B833BE (or 0xB833BE) is known color: Fuchsia. HEX triplet: B8, 33 and BE. RGB value is (184,51,190). Sum of RGB (Red+Green+Blue) = 184+51+190=425 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.29% from 425); Green value is 51 (20.31% from 255 or 12% from 425); Blue value is 190 (74.61% from 255 or 44.71% from 425); Max value from RGB is 190 - color contains mainly: blue. Hex color #B833BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B833BE is #47CC41. Grayscale: #6A6A6A. Windows color (decimal): -4705346 or 12465080. OLE color: 12465080.
HSL color Cylindrical-coordinate representation of color #B833BE: hue angle of 297.41º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B833BE is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 51 | 190 | - |
| CMYK | 0.03 | 0.73 | 0 | 0.25 |
| HSL | 297.41º | 0.58% | 0.47% | - |
| HSV(B) | 297.41º | 0.73% | 0.75% | - |
| XYZ | 30.25 | 16.28 | 50.26 | - |
| YUV | 106.61 | 175.06 | 183.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 51 | 190 | 0.03 | 0.73 | 0 | 0.25 | 297.41 | 0.58 | 0.47 |
| Hex | B8 | 33 | BE | 3 | 49 | 0 | 19 | 129 | 3A | 2F |
| Octal | 270 | 63 | 276 | 3 | 111 | 0 | 31 | 451 | 72 | 57 |
| Binary | 10111000 | 110011 | 10111110 | 11 | 1001001 | 0 | 11001 | 100101001 | 111010 | 101111 |
Color Harmonies of #B833BE
Complementary color
Monochromatic Colors of #B833BE
Black with #B833BE
Text Example
Text Example
White with #B833BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B833BE; }
p { color: rgb(184,51,190); }
H1.HeaderClassName
{
color: #B833BE;
}
.AnyTagClassName
{
color: #B833BE;
}
</style>
background-color css
<style>
a { background-color: #B833BE; }
a { background-color: rgb(184,51,190); }
div.DivClassName
{
background-color: #B833BE;
}
.BgClassName
{
background-color: #B833BE;
}
</style>
border-color css
<style>
span { border-color: #B833BE; }
span { border-color: rgb(184,51,190); }
td.TdClassName
{
border-color: #B833BE;
}
.TagClassName
{
border-color: #B833BE;
}
</style>