Shades of Fuchsia #B933BB
Tints of Fuchsia #B933BB
RGB
CMYK
RGB Variations
Color information
#B933BB (or 0xB933BB) is known color: Fuchsia. HEX triplet: B9, 33 and BB. RGB value is (185,51,187). Sum of RGB (Red+Green+Blue) = 185+51+187=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 51 (20.31% from 255 or 12.06% from 423); Blue value is 187 (73.44% from 255 or 44.21% from 423); Max value from RGB is 187 - color contains mainly: blue. Hex color #B933BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B933BB is #46CC44. Grayscale: #6A6A6A. Windows color (decimal): -4639813 or 12268473. OLE color: 12268473.
HSL color Cylindrical-coordinate representation of color #B933BB: hue angle of 299.12º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B933BB is Cyan = 0.01, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 51 | 187 | - |
| CMYK | 0.01 | 0.73 | 0 | 0.27 |
| HSL | 299.12º | 0.57% | 0.47% | - |
| HSV(B) | 299.12º | 0.73% | 0.73% | - |
| XYZ | 30.16 | 16.27 | 48.56 | - |
| YUV | 106.57 | 173.39 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 51 | 187 | 0.01 | 0.73 | 0 | 0.27 | 299.12 | 0.57 | 0.47 |
| Hex | B9 | 33 | BB | 1 | 49 | 0 | 1B | 12B | 39 | 2F |
| Octal | 271 | 63 | 273 | 1 | 111 | 0 | 33 | 453 | 71 | 57 |
| Binary | 10111001 | 110011 | 10111011 | 1 | 1001001 | 0 | 11011 | 100101011 | 111001 | 101111 |
Color Harmonies of #B933BB
Complementary color
Monochromatic Colors of #B933BB
Black with #B933BB
Text Example
Text Example
White with #B933BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B933BB; }
p { color: rgb(185,51,187); }
H1.HeaderClassName
{
color: #B933BB;
}
.AnyTagClassName
{
color: #B933BB;
}
</style>
background-color css
<style>
a { background-color: #B933BB; }
a { background-color: rgb(185,51,187); }
div.DivClassName
{
background-color: #B933BB;
}
.BgClassName
{
background-color: #B933BB;
}
</style>
border-color css
<style>
span { border-color: #B933BB; }
span { border-color: rgb(185,51,187); }
td.TdClassName
{
border-color: #B933BB;
}
.TagClassName
{
border-color: #B933BB;
}
</style>