Shades of Fuchsia #B764BE
Tints of Fuchsia #B764BE
RGB
CMYK
RGB Variations
Color information
#B764BE (or 0xB764BE) is known color: Fuchsia. HEX triplet: B7, 64 and BE. RGB value is (183,100,190). Sum of RGB (Red+Green+Blue) = 183+100+190=473 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.69% from 473); Green value is 100 (39.45% from 255 or 21.14% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 190 - color contains mainly: blue. Hex color #B764BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B764BE is #489B41. Grayscale: #868686. Windows color (decimal): -4758338 or 12477623. OLE color: 12477623.
HSL color Cylindrical-coordinate representation of color #B764BE: hue angle of 295.33º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B764BE is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 183 | 100 | 190 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.25 |
| HSL | 295.33º | 0.41% | 0.57% | - |
| HSV(B) | 295.33º | 0.47% | 0.75% | - |
| XYZ | 33.38 | 22.9 | 51.38 | - |
| YUV | 135.08 | 159 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 100 | 190 | 0.04 | 0.47 | 0 | 0.25 | 295.33 | 0.41 | 0.57 |
| Hex | B7 | 64 | BE | 4 | 2F | 0 | 19 | 127 | 29 | 39 |
| Octal | 267 | 144 | 276 | 4 | 57 | 0 | 31 | 447 | 51 | 71 |
| Binary | 10110111 | 1100100 | 10111110 | 100 | 101111 | 0 | 11001 | 100100111 | 101001 | 111001 |
Color Harmonies of #B764BE
Complementary color
Monochromatic Colors of #B764BE
Black with #B764BE
Text Example
Text Example
White with #B764BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B764BE; }
p { color: rgb(183,100,190); }
H1.HeaderClassName
{
color: #B764BE;
}
.AnyTagClassName
{
color: #B764BE;
}
</style>
background-color css
<style>
a { background-color: #B764BE; }
a { background-color: rgb(183,100,190); }
div.DivClassName
{
background-color: #B764BE;
}
.BgClassName
{
background-color: #B764BE;
}
</style>
border-color css
<style>
span { border-color: #B764BE; }
span { border-color: rgb(183,100,190); }
td.TdClassName
{
border-color: #B764BE;
}
.TagClassName
{
border-color: #B764BE;
}
</style>