Shades of Fuchsia #B065BD
Tints of Fuchsia #B065BD
RGB
CMYK
RGB Variations
Color information
#B065BD (or 0xB065BD) is known color: Fuchsia. HEX triplet: B0, 65 and BD. RGB value is (176,101,189). Sum of RGB (Red+Green+Blue) = 176+101+189=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 101 (39.84% from 255 or 21.67% from 466); Blue value is 189 (74.22% from 255 or 40.56% from 466); Max value from RGB is 189 - color contains mainly: blue. Hex color #B065BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B065BD is #4F9A42. Grayscale: #858585. Windows color (decimal): -5216835 or 12412336. OLE color: 12412336.
HSL color Cylindrical-coordinate representation of color #B065BD: hue angle of 291.14º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B065BD is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 101 | 189 | - |
| CMYK | 0.07 | 0.47 | 0 | 0.26 |
| HSL | 291.14º | 0.4% | 0.57% | - |
| HSV(B) | 291.14º | 0.47% | 0.74% | - |
| XYZ | 31.74 | 22.21 | 50.76 | - |
| YUV | 133.46 | 159.35 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 101 | 189 | 0.07 | 0.47 | 0 | 0.26 | 291.14 | 0.4 | 0.57 |
| Hex | B0 | 65 | BD | 7 | 2F | 0 | 1A | 123 | 28 | 39 |
| Octal | 260 | 145 | 275 | 7 | 57 | 0 | 32 | 443 | 50 | 71 |
| Binary | 10110000 | 1100101 | 10111101 | 111 | 101111 | 0 | 11010 | 100100011 | 101000 | 111001 |
Color Harmonies of #B065BD
Complementary color
Monochromatic Colors of #B065BD
Black with #B065BD
Text Example
Text Example
White with #B065BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B065BD; }
p { color: rgb(176,101,189); }
H1.HeaderClassName
{
color: #B065BD;
}
.AnyTagClassName
{
color: #B065BD;
}
</style>
background-color css
<style>
a { background-color: #B065BD; }
a { background-color: rgb(176,101,189); }
div.DivClassName
{
background-color: #B065BD;
}
.BgClassName
{
background-color: #B065BD;
}
</style>
border-color css
<style>
span { border-color: #B065BD; }
span { border-color: rgb(176,101,189); }
td.TdClassName
{
border-color: #B065BD;
}
.TagClassName
{
border-color: #B065BD;
}
</style>