Shades of Fuchsia #B665AF
Tints of Fuchsia #B665AF
RGB
CMYK
RGB Variations
Color information
#B665AF (or 0xB665AF) is known color: Fuchsia. HEX triplet: B6, 65 and AF. RGB value is (182,101,175). Sum of RGB (Red+Green+Blue) = 182+101+175=458 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.74% from 458); Green value is 101 (39.84% from 255 or 22.05% from 458); Blue value is 175 (68.75% from 255 or 38.21% from 458); Max value from RGB is 182 - color contains mainly: red. Hex color #B665AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B665AF is #499A50. Grayscale: #858585. Windows color (decimal): -4823633 or 11494838. OLE color: 11494838.
HSL color Cylindrical-coordinate representation of color #B665AF: hue angle of 305.19º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B665AF is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 101 | 175 | - |
| CMYK | 0 | 0.45 | 0.04 | 0.29 |
| HSL | 305.19º | 0.36% | 0.55% | - |
| HSV(B) | 305.19º | 0.45% | 0.71% | - |
| XYZ | 31.68 | 22.35 | 43.2 | - |
| YUV | 133.66 | 151.34 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 101 | 175 | 0 | 0.45 | 0.04 | 0.29 | 305.19 | 0.36 | 0.55 |
| Hex | B6 | 65 | AF | 0 | 2D | 4 | 1D | 131 | 24 | 37 |
| Octal | 266 | 145 | 257 | 0 | 55 | 4 | 35 | 461 | 44 | 67 |
| Binary | 10110110 | 1100101 | 10101111 | 0 | 101101 | 100 | 11101 | 100110001 | 100100 | 110111 |
Color Harmonies of #B665AF
Complementary color
Monochromatic Colors of #B665AF
Black with #B665AF
Text Example
Text Example
White with #B665AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B665AF; }
p { color: rgb(182,101,175); }
H1.HeaderClassName
{
color: #B665AF;
}
.AnyTagClassName
{
color: #B665AF;
}
</style>
background-color css
<style>
a { background-color: #B665AF; }
a { background-color: rgb(182,101,175); }
div.DivClassName
{
background-color: #B665AF;
}
.BgClassName
{
background-color: #B665AF;
}
</style>
border-color css
<style>
span { border-color: #B665AF; }
span { border-color: rgb(182,101,175); }
td.TdClassName
{
border-color: #B665AF;
}
.TagClassName
{
border-color: #B665AF;
}
</style>