Shades of Fuchsia #B767C3
Tints of Fuchsia #B767C3
RGB
CMYK
RGB Variations
Color information
#B767C3 (or 0xB767C3) is known color: Fuchsia. HEX triplet: B7, 67 and C3. RGB value is (183,103,195). Sum of RGB (Red+Green+Blue) = 183+103+195=481 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.05% from 481); Green value is 103 (40.62% from 255 or 21.41% from 481); Blue value is 195 (76.56% from 255 or 40.54% from 481); Max value from RGB is 195 - color contains mainly: blue. Hex color #B767C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B767C3 is #48983C. Grayscale: #898989. Windows color (decimal): -4757565 or 12806071. OLE color: 12806071.
HSL color Cylindrical-coordinate representation of color #B767C3: hue angle of 292.17º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B767C3 is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 103 | 195 | - |
| CMYK | 0.06 | 0.47 | 0 | 0.24 |
| HSL | 292.17º | 0.43% | 0.58% | - |
| HSV(B) | 292.17º | 0.47% | 0.76% | - |
| XYZ | 34.23 | 23.71 | 54.4 | - |
| YUV | 137.41 | 160.5 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 103 | 195 | 0.06 | 0.47 | 0 | 0.24 | 292.17 | 0.43 | 0.58 |
| Hex | B7 | 67 | C3 | 6 | 2F | 0 | 18 | 124 | 2B | 3A |
| Octal | 267 | 147 | 303 | 6 | 57 | 0 | 30 | 444 | 53 | 72 |
| Binary | 10110111 | 1100111 | 11000011 | 110 | 101111 | 0 | 11000 | 100100100 | 101011 | 111010 |
Color Harmonies of #B767C3
Complementary color
Monochromatic Colors of #B767C3
Black with #B767C3
Text Example
Text Example
White with #B767C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B767C3; }
p { color: rgb(183,103,195); }
H1.HeaderClassName
{
color: #B767C3;
}
.AnyTagClassName
{
color: #B767C3;
}
</style>
background-color css
<style>
a { background-color: #B767C3; }
a { background-color: rgb(183,103,195); }
div.DivClassName
{
background-color: #B767C3;
}
.BgClassName
{
background-color: #B767C3;
}
</style>
border-color css
<style>
span { border-color: #B767C3; }
span { border-color: rgb(183,103,195); }
td.TdClassName
{
border-color: #B767C3;
}
.TagClassName
{
border-color: #B767C3;
}
</style>