Shades of Fuchsia #B673C0
Tints of Fuchsia #B673C0
RGB
CMYK
RGB Variations
Color information
#B673C0 (or 0xB673C0) is known color: Fuchsia. HEX triplet: B6, 73 and C0. RGB value is (182,115,192). Sum of RGB (Red+Green+Blue) = 182+115+192=489 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.22% from 489); Green value is 115 (45.31% from 255 or 23.52% from 489); Blue value is 192 (75.39% from 255 or 39.26% from 489); Max value from RGB is 192 - color contains mainly: blue. Hex color #B673C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B673C0 is #498C3F. Grayscale: #8F8F8F. Windows color (decimal): -4820032 or 12612534. OLE color: 12612534.
HSL color Cylindrical-coordinate representation of color #B673C0: hue angle of 292.21º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B673C0 is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 182 | 115 | 192 | - |
| CMYK | 0.05 | 0.40 | 0 | 0.25 |
| HSL | 292.21º | 0.38% | 0.6% | - |
| HSV(B) | 292.21º | 0.4% | 0.75% | - |
| XYZ | 34.94 | 26.01 | 53.05 | - |
| YUV | 143.81 | 155.2 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 115 | 192 | 0.05 | 0.40 | 0 | 0.25 | 292.21 | 0.38 | 0.6 |
| Hex | B6 | 73 | C0 | 5 | 28 | 0 | 19 | 124 | 26 | 3C |
| Octal | 266 | 163 | 300 | 5 | 50 | 0 | 31 | 444 | 46 | 74 |
| Binary | 10110110 | 1110011 | 11000000 | 101 | 101000 | 0 | 11001 | 100100100 | 100110 | 111100 |
Color Harmonies of #B673C0
Complementary color
Monochromatic Colors of #B673C0
Black with #B673C0
Text Example
Text Example
White with #B673C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B673C0; }
p { color: rgb(182,115,192); }
H1.HeaderClassName
{
color: #B673C0;
}
.AnyTagClassName
{
color: #B673C0;
}
</style>
background-color css
<style>
a { background-color: #B673C0; }
a { background-color: rgb(182,115,192); }
div.DivClassName
{
background-color: #B673C0;
}
.BgClassName
{
background-color: #B673C0;
}
</style>
border-color css
<style>
span { border-color: #B673C0; }
span { border-color: rgb(182,115,192); }
td.TdClassName
{
border-color: #B673C0;
}
.TagClassName
{
border-color: #B673C0;
}
</style>