Shades of Fuchsia #B667BC
Tints of Fuchsia #B667BC
RGB
CMYK
RGB Variations
Color information
#B667BC (or 0xB667BC) is known color: Fuchsia. HEX triplet: B6, 67 and BC. RGB value is (182,103,188). Sum of RGB (Red+Green+Blue) = 182+103+188=473 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.48% from 473); Green value is 103 (40.62% from 255 or 21.78% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 188 - color contains mainly: blue. Hex color #B667BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B667BC is #499843. Grayscale: #888888. Windows color (decimal): -4823108 or 12347318. OLE color: 12347318.
HSL color Cylindrical-coordinate representation of color #B667BC: hue angle of 295.76º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B667BC is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 182 | 103 | 188 | - |
| CMYK | 0.03 | 0.45 | 0 | 0.26 |
| HSL | 295.76º | 0.39% | 0.57% | - |
| HSV(B) | 295.76º | 0.45% | 0.74% | - |
| XYZ | 33.22 | 23.28 | 50.32 | - |
| YUV | 136.31 | 157.17 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 103 | 188 | 0.03 | 0.45 | 0 | 0.26 | 295.76 | 0.39 | 0.57 |
| Hex | B6 | 67 | BC | 3 | 2D | 0 | 1A | 128 | 27 | 39 |
| Octal | 266 | 147 | 274 | 3 | 55 | 0 | 32 | 450 | 47 | 71 |
| Binary | 10110110 | 1100111 | 10111100 | 11 | 101101 | 0 | 11010 | 100101000 | 100111 | 111001 |
Color Harmonies of #B667BC
Complementary color
Monochromatic Colors of #B667BC
Black with #B667BC
Text Example
Text Example
White with #B667BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B667BC; }
p { color: rgb(182,103,188); }
H1.HeaderClassName
{
color: #B667BC;
}
.AnyTagClassName
{
color: #B667BC;
}
</style>
background-color css
<style>
a { background-color: #B667BC; }
a { background-color: rgb(182,103,188); }
div.DivClassName
{
background-color: #B667BC;
}
.BgClassName
{
background-color: #B667BC;
}
</style>
border-color css
<style>
span { border-color: #B667BC; }
span { border-color: rgb(182,103,188); }
td.TdClassName
{
border-color: #B667BC;
}
.TagClassName
{
border-color: #B667BC;
}
</style>