Shades of Fuchsia #B667B1
Tints of Fuchsia #B667B1
RGB
CMYK
RGB Variations
Color information
#B667B1 (or 0xB667B1) is known color: Fuchsia. HEX triplet: B6, 67 and B1. RGB value is (182,103,177). Sum of RGB (Red+Green+Blue) = 182+103+177=462 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.39% from 462); Green value is 103 (40.62% from 255 or 22.29% from 462); Blue value is 177 (69.53% from 255 or 38.31% from 462); Max value from RGB is 182 - color contains mainly: red. Hex color #B667B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B667B1 is #49984E. Grayscale: #868686. Windows color (decimal): -4823119 or 11626422. OLE color: 11626422.
HSL color Cylindrical-coordinate representation of color #B667B1: hue angle of 303.8º 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 #B667B1 is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 103 | 177 | - |
| CMYK | 0 | 0.43 | 0.03 | 0.29 |
| HSL | 303.8º | 0.35% | 0.56% | - |
| HSV(B) | 303.8º | 0.43% | 0.71% | - |
| XYZ | 32.08 | 22.82 | 44.31 | - |
| YUV | 135.06 | 151.67 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 103 | 177 | 0 | 0.43 | 0.03 | 0.29 | 303.8 | 0.35 | 0.56 |
| Hex | B6 | 67 | B1 | 0 | 2B | 3 | 1D | 130 | 23 | 38 |
| Octal | 266 | 147 | 261 | 0 | 53 | 3 | 35 | 460 | 43 | 70 |
| Binary | 10110110 | 1100111 | 10110001 | 0 | 101011 | 11 | 11101 | 100110000 | 100011 | 111000 |
Color Harmonies of #B667B1
Complementary color
Monochromatic Colors of #B667B1
Black with #B667B1
Text Example
Text Example
White with #B667B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B667B1; }
p { color: rgb(182,103,177); }
H1.HeaderClassName
{
color: #B667B1;
}
.AnyTagClassName
{
color: #B667B1;
}
</style>
background-color css
<style>
a { background-color: #B667B1; }
a { background-color: rgb(182,103,177); }
div.DivClassName
{
background-color: #B667B1;
}
.BgClassName
{
background-color: #B667B1;
}
</style>
border-color css
<style>
span { border-color: #B667B1; }
span { border-color: rgb(182,103,177); }
td.TdClassName
{
border-color: #B667B1;
}
.TagClassName
{
border-color: #B667B1;
}
</style>