Shades of Fuchsia #B673BE
Tints of Fuchsia #B673BE
RGB
CMYK
RGB Variations
Color information
#B673BE (or 0xB673BE) is known color: Fuchsia. HEX triplet: B6, 73 and BE. RGB value is (182,115,190). Sum of RGB (Red+Green+Blue) = 182+115+190=487 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.37% from 487); Green value is 115 (45.31% from 255 or 23.61% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 190 - color contains mainly: blue. Hex color #B673BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B673BE is #498C41. Grayscale: #8F8F8F. Windows color (decimal): -4820034 or 12481462. OLE color: 12481462.
HSL color Cylindrical-coordinate representation of color #B673BE: hue angle of 293.6º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B673BE is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 182 | 115 | 190 | - |
| CMYK | 0.04 | 0.39 | 0 | 0.25 |
| HSL | 293.6º | 0.37% | 0.6% | - |
| HSV(B) | 293.6º | 0.39% | 0.75% | - |
| XYZ | 34.72 | 25.92 | 51.89 | - |
| YUV | 143.58 | 154.2 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 115 | 190 | 0.04 | 0.39 | 0 | 0.25 | 293.6 | 0.37 | 0.6 |
| Hex | B6 | 73 | BE | 4 | 27 | 0 | 19 | 126 | 25 | 3C |
| Octal | 266 | 163 | 276 | 4 | 47 | 0 | 31 | 446 | 45 | 74 |
| Binary | 10110110 | 1110011 | 10111110 | 100 | 100111 | 0 | 11001 | 100100110 | 100101 | 111100 |
Color Harmonies of #B673BE
Complementary color
Monochromatic Colors of #B673BE
Black with #B673BE
Text Example
Text Example
White with #B673BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B673BE; }
p { color: rgb(182,115,190); }
H1.HeaderClassName
{
color: #B673BE;
}
.AnyTagClassName
{
color: #B673BE;
}
</style>
background-color css
<style>
a { background-color: #B673BE; }
a { background-color: rgb(182,115,190); }
div.DivClassName
{
background-color: #B673BE;
}
.BgClassName
{
background-color: #B673BE;
}
</style>
border-color css
<style>
span { border-color: #B673BE; }
span { border-color: rgb(182,115,190); }
td.TdClassName
{
border-color: #B673BE;
}
.TagClassName
{
border-color: #B673BE;
}
</style>