Shades of Fuchsia #B967B3
Tints of Fuchsia #B967B3
RGB
CMYK
RGB Variations
Color information
#B967B3 (or 0xB967B3) is known color: Fuchsia. HEX triplet: B9, 67 and B3. RGB value is (185,103,179). Sum of RGB (Red+Green+Blue) = 185+103+179=467 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.61% from 467); Green value is 103 (40.62% from 255 or 22.06% from 467); Blue value is 179 (70.31% from 255 or 38.33% from 467); Max value from RGB is 185 - color contains mainly: red. Hex color #B967B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B967B3 is #46984C. Grayscale: #878787. Windows color (decimal): -4626509 or 11757497. OLE color: 11757497.
HSL color Cylindrical-coordinate representation of color #B967B3: hue angle of 304.39º 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 #B967B3 is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 103 | 179 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.27 |
| HSL | 304.39º | 0.37% | 0.56% | - |
| HSV(B) | 304.39º | 0.44% | 0.73% | - |
| XYZ | 32.99 | 23.27 | 45.4 | - |
| YUV | 136.18 | 152.17 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 103 | 179 | 0 | 0.44 | 0.03 | 0.27 | 304.39 | 0.37 | 0.56 |
| Hex | B9 | 67 | B3 | 0 | 2C | 3 | 1B | 130 | 25 | 38 |
| Octal | 271 | 147 | 263 | 0 | 54 | 3 | 33 | 460 | 45 | 70 |
| Binary | 10111001 | 1100111 | 10110011 | 0 | 101100 | 11 | 11011 | 100110000 | 100101 | 111000 |
Color Harmonies of #B967B3
Complementary color
Monochromatic Colors of #B967B3
Black with #B967B3
Text Example
Text Example
White with #B967B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B967B3; }
p { color: rgb(185,103,179); }
H1.HeaderClassName
{
color: #B967B3;
}
.AnyTagClassName
{
color: #B967B3;
}
</style>
background-color css
<style>
a { background-color: #B967B3; }
a { background-color: rgb(185,103,179); }
div.DivClassName
{
background-color: #B967B3;
}
.BgClassName
{
background-color: #B967B3;
}
</style>
border-color css
<style>
span { border-color: #B967B3; }
span { border-color: rgb(185,103,179); }
td.TdClassName
{
border-color: #B967B3;
}
.TagClassName
{
border-color: #B967B3;
}
</style>