Shades of Fuchsia #B065BE
Tints of Fuchsia #B065BE
RGB
CMYK
RGB Variations
Color information
#B065BE (or 0xB065BE) is known color: Fuchsia. HEX triplet: B0, 65 and BE. RGB value is (176,101,190). Sum of RGB (Red+Green+Blue) = 176+101+190=467 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.69% from 467); Green value is 101 (39.84% from 255 or 21.63% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 190 - color contains mainly: blue. Hex color #B065BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B065BE is #4F9A41. Grayscale: #858585. Windows color (decimal): -5216834 or 12477872. OLE color: 12477872.
HSL color Cylindrical-coordinate representation of color #B065BE: hue angle of 290.56º 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 #B065BE is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 101 | 190 | - |
| CMYK | 0.07 | 0.47 | 0 | 0.25 |
| HSL | 290.56º | 0.41% | 0.57% | - |
| HSV(B) | 290.56º | 0.47% | 0.75% | - |
| XYZ | 31.85 | 22.26 | 51.33 | - |
| YUV | 133.57 | 159.85 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 101 | 190 | 0.07 | 0.47 | 0 | 0.25 | 290.56 | 0.41 | 0.57 |
| Hex | B0 | 65 | BE | 7 | 2F | 0 | 19 | 123 | 29 | 39 |
| Octal | 260 | 145 | 276 | 7 | 57 | 0 | 31 | 443 | 51 | 71 |
| Binary | 10110000 | 1100101 | 10111110 | 111 | 101111 | 0 | 11001 | 100100011 | 101001 | 111001 |
Color Harmonies of #B065BE
Complementary color
Monochromatic Colors of #B065BE
Black with #B065BE
Text Example
Text Example
White with #B065BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B065BE; }
p { color: rgb(176,101,190); }
H1.HeaderClassName
{
color: #B065BE;
}
.AnyTagClassName
{
color: #B065BE;
}
</style>
background-color css
<style>
a { background-color: #B065BE; }
a { background-color: rgb(176,101,190); }
div.DivClassName
{
background-color: #B065BE;
}
.BgClassName
{
background-color: #B065BE;
}
</style>
border-color css
<style>
span { border-color: #B065BE; }
span { border-color: rgb(176,101,190); }
td.TdClassName
{
border-color: #B065BE;
}
.TagClassName
{
border-color: #B065BE;
}
</style>