Shades of Fuchsia #B762C0
Tints of Fuchsia #B762C0
RGB
CMYK
RGB Variations
Color information
#B762C0 (or 0xB762C0) is known color: Fuchsia. HEX triplet: B7, 62 and C0. RGB value is (183,98,192). Sum of RGB (Red+Green+Blue) = 183+98+192=473 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.69% from 473); Green value is 98 (38.67% from 255 or 20.72% from 473); Blue value is 192 (75.39% from 255 or 40.59% from 473); Max value from RGB is 192 - color contains mainly: blue. Hex color #B762C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B762C0 is #489D3F. Grayscale: #858585. Windows color (decimal): -4758848 or 12608183. OLE color: 12608183.
HSL color Cylindrical-coordinate representation of color #B762C0: hue angle of 294.26º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B762C0 is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 183 | 98 | 192 | - |
| CMYK | 0.05 | 0.49 | 0 | 0.25 |
| HSL | 294.26º | 0.43% | 0.57% | - |
| HSV(B) | 294.26º | 0.49% | 0.75% | - |
| XYZ | 33.41 | 22.61 | 52.47 | - |
| YUV | 134.13 | 160.66 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 98 | 192 | 0.05 | 0.49 | 0 | 0.25 | 294.26 | 0.43 | 0.57 |
| Hex | B7 | 62 | C0 | 5 | 31 | 0 | 19 | 126 | 2B | 39 |
| Octal | 267 | 142 | 300 | 5 | 61 | 0 | 31 | 446 | 53 | 71 |
| Binary | 10110111 | 1100010 | 11000000 | 101 | 110001 | 0 | 11001 | 100100110 | 101011 | 111001 |
Color Harmonies of #B762C0
Complementary color
Monochromatic Colors of #B762C0
Black with #B762C0
Text Example
Text Example
White with #B762C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B762C0; }
p { color: rgb(183,98,192); }
H1.HeaderClassName
{
color: #B762C0;
}
.AnyTagClassName
{
color: #B762C0;
}
</style>
background-color css
<style>
a { background-color: #B762C0; }
a { background-color: rgb(183,98,192); }
div.DivClassName
{
background-color: #B762C0;
}
.BgClassName
{
background-color: #B762C0;
}
</style>
border-color css
<style>
span { border-color: #B762C0; }
span { border-color: rgb(183,98,192); }
td.TdClassName
{
border-color: #B762C0;
}
.TagClassName
{
border-color: #B762C0;
}
</style>