Shades of Fuchsia #B967B6
Tints of Fuchsia #B967B6
RGB
CMYK
RGB Variations
Color information
#B967B6 (or 0xB967B6) is known color: Fuchsia. HEX triplet: B9, 67 and B6. RGB value is (185,103,182). Sum of RGB (Red+Green+Blue) = 185+103+182=470 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.36% from 470); Green value is 103 (40.62% from 255 or 21.91% from 470); Blue value is 182 (71.48% from 255 or 38.72% from 470); Max value from RGB is 185 - color contains mainly: red. Hex color #B967B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B967B6 is #469849. Grayscale: #888888. Windows color (decimal): -4626506 or 11954105. OLE color: 11954105.
HSL color Cylindrical-coordinate representation of color #B967B6: hue angle of 302.2º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B967B6 is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 103 | 182 | - |
| CMYK | 0 | 0.44 | 0.02 | 0.27 |
| HSL | 302.2º | 0.37% | 0.56% | - |
| HSV(B) | 302.2º | 0.44% | 0.73% | - |
| XYZ | 33.3 | 23.39 | 47.02 | - |
| YUV | 136.52 | 153.67 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 103 | 182 | 0 | 0.44 | 0.02 | 0.27 | 302.2 | 0.37 | 0.56 |
| Hex | B9 | 67 | B6 | 0 | 2C | 2 | 1B | 12E | 25 | 38 |
| Octal | 271 | 147 | 266 | 0 | 54 | 2 | 33 | 456 | 45 | 70 |
| Binary | 10111001 | 1100111 | 10110110 | 0 | 101100 | 10 | 11011 | 100101110 | 100101 | 111000 |
Color Harmonies of #B967B6
Complementary color
Monochromatic Colors of #B967B6
Black with #B967B6
Text Example
Text Example
White with #B967B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B967B6; }
p { color: rgb(185,103,182); }
H1.HeaderClassName
{
color: #B967B6;
}
.AnyTagClassName
{
color: #B967B6;
}
</style>
background-color css
<style>
a { background-color: #B967B6; }
a { background-color: rgb(185,103,182); }
div.DivClassName
{
background-color: #B967B6;
}
.BgClassName
{
background-color: #B967B6;
}
</style>
border-color css
<style>
span { border-color: #B967B6; }
span { border-color: rgb(185,103,182); }
td.TdClassName
{
border-color: #B967B6;
}
.TagClassName
{
border-color: #B967B6;
}
</style>