Shades of Fuchsia #B667AF
Tints of Fuchsia #B667AF
RGB
CMYK
RGB Variations
Color information
#B667AF (or 0xB667AF) is known color: Fuchsia. HEX triplet: B6, 67 and AF. RGB value is (182,103,175). Sum of RGB (Red+Green+Blue) = 182+103+175=460 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.57% from 460); Green value is 103 (40.62% from 255 or 22.39% from 460); Blue value is 175 (68.75% from 255 or 38.04% from 460); Max value from RGB is 182 - color contains mainly: red. Hex color #B667AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B667AF is #499850. Grayscale: #868686. Windows color (decimal): -4823121 or 11495350. OLE color: 11495350.
HSL color Cylindrical-coordinate representation of color #B667AF: hue angle of 305.32º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B667AF is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 103 | 175 | - |
| CMYK | 0 | 0.43 | 0.04 | 0.29 |
| HSL | 305.32º | 0.35% | 0.56% | - |
| HSV(B) | 305.32º | 0.43% | 0.71% | - |
| XYZ | 31.88 | 22.74 | 43.27 | - |
| YUV | 134.83 | 150.67 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 103 | 175 | 0 | 0.43 | 0.04 | 0.29 | 305.32 | 0.35 | 0.56 |
| Hex | B6 | 67 | AF | 0 | 2B | 4 | 1D | 131 | 23 | 38 |
| Octal | 266 | 147 | 257 | 0 | 53 | 4 | 35 | 461 | 43 | 70 |
| Binary | 10110110 | 1100111 | 10101111 | 0 | 101011 | 100 | 11101 | 100110001 | 100011 | 111000 |
Color Harmonies of #B667AF
Complementary color
Monochromatic Colors of #B667AF
Black with #B667AF
Text Example
Text Example
White with #B667AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B667AF; }
p { color: rgb(182,103,175); }
H1.HeaderClassName
{
color: #B667AF;
}
.AnyTagClassName
{
color: #B667AF;
}
</style>
background-color css
<style>
a { background-color: #B667AF; }
a { background-color: rgb(182,103,175); }
div.DivClassName
{
background-color: #B667AF;
}
.BgClassName
{
background-color: #B667AF;
}
</style>
border-color css
<style>
span { border-color: #B667AF; }
span { border-color: rgb(182,103,175); }
td.TdClassName
{
border-color: #B667AF;
}
.TagClassName
{
border-color: #B667AF;
}
</style>