Shades of Fuchsia #B934BE
Tints of Fuchsia #B934BE
RGB
CMYK
RGB Variations
Color information
#B934BE (or 0xB934BE) is known color: Fuchsia. HEX triplet: B9, 34 and BE. RGB value is (185,52,190). Sum of RGB (Red+Green+Blue) = 185+52+190=427 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.33% from 427); Green value is 52 (20.70% from 255 or 12.18% from 427); Blue value is 190 (74.61% from 255 or 44.50% from 427); Max value from RGB is 190 - color contains mainly: blue. Hex color #B934BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B934BE is #46CB41. Grayscale: #6B6B6B. Windows color (decimal): -4639554 or 12465337. OLE color: 12465337.
HSL color Cylindrical-coordinate representation of color #B934BE: hue angle of 297.83º degrees, saturation: 0.57, 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 #B934BE is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 185 | 52 | 190 | - |
| CMYK | 0.03 | 0.73 | 0 | 0.25 |
| HSL | 297.83º | 0.57% | 0.47% | - |
| HSV(B) | 297.83º | 0.73% | 0.75% | - |
| XYZ | 30.53 | 16.49 | 50.29 | - |
| YUV | 107.5 | 174.56 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 52 | 190 | 0.03 | 0.73 | 0 | 0.25 | 297.83 | 0.57 | 0.47 |
| Hex | B9 | 34 | BE | 3 | 49 | 0 | 19 | 12A | 39 | 2F |
| Octal | 271 | 64 | 276 | 3 | 111 | 0 | 31 | 452 | 71 | 57 |
| Binary | 10111001 | 110100 | 10111110 | 11 | 1001001 | 0 | 11001 | 100101010 | 111001 | 101111 |
Color Harmonies of #B934BE
Complementary color
Monochromatic Colors of #B934BE
Black with #B934BE
Text Example
Text Example
White with #B934BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B934BE; }
p { color: rgb(185,52,190); }
H1.HeaderClassName
{
color: #B934BE;
}
.AnyTagClassName
{
color: #B934BE;
}
</style>
background-color css
<style>
a { background-color: #B934BE; }
a { background-color: rgb(185,52,190); }
div.DivClassName
{
background-color: #B934BE;
}
.BgClassName
{
background-color: #B934BE;
}
</style>
border-color css
<style>
span { border-color: #B934BE; }
span { border-color: rgb(185,52,190); }
td.TdClassName
{
border-color: #B934BE;
}
.TagClassName
{
border-color: #B934BE;
}
</style>