Shades of Fuchsia #B934B5
Tints of Fuchsia #B934B5
RGB
CMYK
RGB Variations
Color information
#B934B5 (or 0xB934B5) is known color: Fuchsia. HEX triplet: B9, 34 and B5. RGB value is (185,52,181). Sum of RGB (Red+Green+Blue) = 185+52+181=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 52 (20.70% from 255 or 12.44% from 418); Blue value is 181 (71.09% from 255 or 43.30% from 418); Max value from RGB is 185 - color contains mainly: red. Hex color #B934B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B934B5 is #46CB4A. Grayscale: #6A6A6A. Windows color (decimal): -4639563 or 11875513. OLE color: 11875513.
HSL color Cylindrical-coordinate representation of color #B934B5: hue angle of 301.8º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B934B5 is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 52 | 181 | - |
| CMYK | 0 | 0.72 | 0.02 | 0.27 |
| HSL | 301.8º | 0.56% | 0.46% | - |
| HSV(B) | 301.8º | 0.72% | 0.73% | - |
| XYZ | 29.58 | 16.11 | 45.27 | - |
| YUV | 106.47 | 170.06 | 184.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 52 | 181 | 0 | 0.72 | 0.02 | 0.27 | 301.8 | 0.56 | 0.46 |
| Hex | B9 | 34 | B5 | 0 | 48 | 2 | 1B | 12E | 38 | 2E |
| Octal | 271 | 64 | 265 | 0 | 110 | 2 | 33 | 456 | 70 | 56 |
| Binary | 10111001 | 110100 | 10110101 | 0 | 1001000 | 10 | 11011 | 100101110 | 111000 | 101110 |
Color Harmonies of #B934B5
Complementary color
Monochromatic Colors of #B934B5
Black with #B934B5
Text Example
Text Example
White with #B934B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B934B5; }
p { color: rgb(185,52,181); }
H1.HeaderClassName
{
color: #B934B5;
}
.AnyTagClassName
{
color: #B934B5;
}
</style>
background-color css
<style>
a { background-color: #B934B5; }
a { background-color: rgb(185,52,181); }
div.DivClassName
{
background-color: #B934B5;
}
.BgClassName
{
background-color: #B934B5;
}
</style>
border-color css
<style>
span { border-color: #B934B5; }
span { border-color: rgb(185,52,181); }
td.TdClassName
{
border-color: #B934B5;
}
.TagClassName
{
border-color: #B934B5;
}
</style>