Shades of Fuchsia #B767C0
Tints of Fuchsia #B767C0
RGB
CMYK
RGB Variations
Color information
#B767C0 (or 0xB767C0) is known color: Fuchsia. HEX triplet: B7, 67 and C0. RGB value is (183,103,192). Sum of RGB (Red+Green+Blue) = 183+103+192=478 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.28% from 478); Green value is 103 (40.62% from 255 or 21.55% from 478); Blue value is 192 (75.39% from 255 or 40.17% from 478); Max value from RGB is 192 - color contains mainly: blue. Hex color #B767C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B767C0 is #48983F. Grayscale: #888888. Windows color (decimal): -4757568 or 12609463. OLE color: 12609463.
HSL color Cylindrical-coordinate representation of color #B767C0: hue angle of 293.93º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B767C0 is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 183 | 103 | 192 | - |
| CMYK | 0.05 | 0.46 | 0 | 0.25 |
| HSL | 293.93º | 0.41% | 0.58% | - |
| HSV(B) | 293.93º | 0.46% | 0.75% | - |
| XYZ | 33.89 | 23.57 | 52.63 | - |
| YUV | 137.07 | 159 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 103 | 192 | 0.05 | 0.46 | 0 | 0.25 | 293.93 | 0.41 | 0.58 |
| Hex | B7 | 67 | C0 | 5 | 2E | 0 | 19 | 126 | 29 | 3A |
| Octal | 267 | 147 | 300 | 5 | 56 | 0 | 31 | 446 | 51 | 72 |
| Binary | 10110111 | 1100111 | 11000000 | 101 | 101110 | 0 | 11001 | 100100110 | 101001 | 111010 |
Color Harmonies of #B767C0
Complementary color
Monochromatic Colors of #B767C0
Black with #B767C0
Text Example
Text Example
White with #B767C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B767C0; }
p { color: rgb(183,103,192); }
H1.HeaderClassName
{
color: #B767C0;
}
.AnyTagClassName
{
color: #B767C0;
}
</style>
background-color css
<style>
a { background-color: #B767C0; }
a { background-color: rgb(183,103,192); }
div.DivClassName
{
background-color: #B767C0;
}
.BgClassName
{
background-color: #B767C0;
}
</style>
border-color css
<style>
span { border-color: #B767C0; }
span { border-color: rgb(183,103,192); }
td.TdClassName
{
border-color: #B767C0;
}
.TagClassName
{
border-color: #B767C0;
}
</style>