Shades of Fuchsia #B367BD
Tints of Fuchsia #B367BD
RGB
CMYK
RGB Variations
Color information
#B367BD (or 0xB367BD) is known color: Fuchsia. HEX triplet: B3, 67 and BD. RGB value is (179,103,189). Sum of RGB (Red+Green+Blue) = 179+103+189=471 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.00% from 471); Green value is 103 (40.62% from 255 or 21.87% from 471); Blue value is 189 (74.22% from 255 or 40.13% from 471); Max value from RGB is 189 - color contains mainly: blue. Hex color #B367BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B367BD is #4C9842. Grayscale: #878787. Windows color (decimal): -5019715 or 12412851. OLE color: 12412851.
HSL color Cylindrical-coordinate representation of color #B367BD: hue angle of 293.02º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B367BD is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 103 | 189 | - |
| CMYK | 0.05 | 0.46 | 0 | 0.26 |
| HSL | 293.02º | 0.39% | 0.57% | - |
| HSV(B) | 293.02º | 0.46% | 0.74% | - |
| XYZ | 32.63 | 22.96 | 50.86 | - |
| YUV | 135.53 | 158.18 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 103 | 189 | 0.05 | 0.46 | 0 | 0.26 | 293.02 | 0.39 | 0.57 |
| Hex | B3 | 67 | BD | 5 | 2E | 0 | 1A | 125 | 27 | 39 |
| Octal | 263 | 147 | 275 | 5 | 56 | 0 | 32 | 445 | 47 | 71 |
| Binary | 10110011 | 1100111 | 10111101 | 101 | 101110 | 0 | 11010 | 100100101 | 100111 | 111001 |
Color Harmonies of #B367BD
Complementary color
Monochromatic Colors of #B367BD
Black with #B367BD
Text Example
Text Example
White with #B367BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B367BD; }
p { color: rgb(179,103,189); }
H1.HeaderClassName
{
color: #B367BD;
}
.AnyTagClassName
{
color: #B367BD;
}
</style>
background-color css
<style>
a { background-color: #B367BD; }
a { background-color: rgb(179,103,189); }
div.DivClassName
{
background-color: #B367BD;
}
.BgClassName
{
background-color: #B367BD;
}
</style>
border-color css
<style>
span { border-color: #B367BD; }
span { border-color: rgb(179,103,189); }
td.TdClassName
{
border-color: #B367BD;
}
.TagClassName
{
border-color: #B367BD;
}
</style>