Shades of Fuchsia #B764C3
Tints of Fuchsia #B764C3
RGB
CMYK
RGB Variations
Color information
#B764C3 (or 0xB764C3) is known color: Fuchsia. HEX triplet: B7, 64 and C3. RGB value is (183,100,195). Sum of RGB (Red+Green+Blue) = 183+100+195=478 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.28% from 478); Green value is 100 (39.45% from 255 or 20.92% from 478); Blue value is 195 (76.56% from 255 or 40.79% from 478); Max value from RGB is 195 - color contains mainly: blue. Hex color #B764C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B764C3 is #489B3C. Grayscale: #878787. Windows color (decimal): -4758333 or 12805303. OLE color: 12805303.
HSL color Cylindrical-coordinate representation of color #B764C3: hue angle of 292.42º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B764C3 is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 100 | 195 | - |
| CMYK | 0.06 | 0.49 | 0 | 0.24 |
| HSL | 292.42º | 0.44% | 0.58% | - |
| HSV(B) | 292.42º | 0.49% | 0.76% | - |
| XYZ | 33.94 | 23.12 | 54.3 | - |
| YUV | 135.65 | 161.5 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 100 | 195 | 0.06 | 0.49 | 0 | 0.24 | 292.42 | 0.44 | 0.58 |
| Hex | B7 | 64 | C3 | 6 | 31 | 0 | 18 | 124 | 2C | 3A |
| Octal | 267 | 144 | 303 | 6 | 61 | 0 | 30 | 444 | 54 | 72 |
| Binary | 10110111 | 1100100 | 11000011 | 110 | 110001 | 0 | 11000 | 100100100 | 101100 | 111010 |
Color Harmonies of #B764C3
Complementary color
Monochromatic Colors of #B764C3
Black with #B764C3
Text Example
Text Example
White with #B764C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B764C3; }
p { color: rgb(183,100,195); }
H1.HeaderClassName
{
color: #B764C3;
}
.AnyTagClassName
{
color: #B764C3;
}
</style>
background-color css
<style>
a { background-color: #B764C3; }
a { background-color: rgb(183,100,195); }
div.DivClassName
{
background-color: #B764C3;
}
.BgClassName
{
background-color: #B764C3;
}
</style>
border-color css
<style>
span { border-color: #B764C3; }
span { border-color: rgb(183,100,195); }
td.TdClassName
{
border-color: #B764C3;
}
.TagClassName
{
border-color: #B764C3;
}
</style>