Shades of Fuchsia #B934C5
Tints of Fuchsia #B934C5
RGB
CMYK
RGB Variations
Color information
#B934C5 (or 0xB934C5) is known color: Fuchsia. HEX triplet: B9, 34 and C5. RGB value is (185,52,197). Sum of RGB (Red+Green+Blue) = 185+52+197=434 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.63% from 434); Green value is 52 (20.70% from 255 or 11.98% from 434); Blue value is 197 (77.34% from 255 or 45.39% from 434); Max value from RGB is 197 - color contains mainly: blue. Hex color #B934C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B934C5 is #46CB3A. Grayscale: #6B6B6B. Windows color (decimal): -4639547 or 12924089. OLE color: 12924089.
HSL color Cylindrical-coordinate representation of color #B934C5: hue angle of 295.03º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B934C5 is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 185 | 52 | 197 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.23 |
| HSL | 295.03º | 0.58% | 0.49% | - |
| HSV(B) | 295.03º | 0.74% | 0.77% | - |
| XYZ | 31.31 | 16.8 | 54.42 | - |
| YUV | 108.3 | 178.06 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 52 | 197 | 0.06 | 0.74 | 0 | 0.23 | 295.03 | 0.58 | 0.49 |
| Hex | B9 | 34 | C5 | 6 | 4A | 0 | 17 | 127 | 3A | 31 |
| Octal | 271 | 64 | 305 | 6 | 112 | 0 | 27 | 447 | 72 | 61 |
| Binary | 10111001 | 110100 | 11000101 | 110 | 1001010 | 0 | 10111 | 100100111 | 111010 | 110001 |
Color Harmonies of #B934C5
Complementary color
Monochromatic Colors of #B934C5
Black with #B934C5
Text Example
Text Example
White with #B934C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B934C5; }
p { color: rgb(185,52,197); }
H1.HeaderClassName
{
color: #B934C5;
}
.AnyTagClassName
{
color: #B934C5;
}
</style>
background-color css
<style>
a { background-color: #B934C5; }
a { background-color: rgb(185,52,197); }
div.DivClassName
{
background-color: #B934C5;
}
.BgClassName
{
background-color: #B934C5;
}
</style>
border-color css
<style>
span { border-color: #B934C5; }
span { border-color: rgb(185,52,197); }
td.TdClassName
{
border-color: #B934C5;
}
.TagClassName
{
border-color: #B934C5;
}
</style>