Shades of Fuchsia #B264BD
Tints of Fuchsia #B264BD
RGB
CMYK
RGB Variations
Color information
#B264BD (or 0xB264BD) is known color: Fuchsia. HEX triplet: B2, 64 and BD. RGB value is (178,100,189). Sum of RGB (Red+Green+Blue) = 178+100+189=467 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.12% from 467); Green value is 100 (39.45% from 255 or 21.41% from 467); Blue value is 189 (74.22% from 255 or 40.47% from 467); Max value from RGB is 189 - color contains mainly: blue. Hex color #B264BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B264BD is #4D9B42. Grayscale: #858585. Windows color (decimal): -5086019 or 12412082. OLE color: 12412082.
HSL color Cylindrical-coordinate representation of color #B264BD: hue angle of 292.58º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B264BD is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 100 | 189 | - |
| CMYK | 0.06 | 0.47 | 0 | 0.26 |
| HSL | 292.58º | 0.4% | 0.57% | - |
| HSV(B) | 292.58º | 0.47% | 0.74% | - |
| XYZ | 32.1 | 22.25 | 50.75 | - |
| YUV | 133.47 | 159.34 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 100 | 189 | 0.06 | 0.47 | 0 | 0.26 | 292.58 | 0.4 | 0.57 |
| Hex | B2 | 64 | BD | 6 | 2F | 0 | 1A | 125 | 28 | 39 |
| Octal | 262 | 144 | 275 | 6 | 57 | 0 | 32 | 445 | 50 | 71 |
| Binary | 10110010 | 1100100 | 10111101 | 110 | 101111 | 0 | 11010 | 100100101 | 101000 | 111001 |
Color Harmonies of #B264BD
Complementary color
Monochromatic Colors of #B264BD
Black with #B264BD
Text Example
Text Example
White with #B264BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B264BD; }
p { color: rgb(178,100,189); }
H1.HeaderClassName
{
color: #B264BD;
}
.AnyTagClassName
{
color: #B264BD;
}
</style>
background-color css
<style>
a { background-color: #B264BD; }
a { background-color: rgb(178,100,189); }
div.DivClassName
{
background-color: #B264BD;
}
.BgClassName
{
background-color: #B264BD;
}
</style>
border-color css
<style>
span { border-color: #B264BD; }
span { border-color: rgb(178,100,189); }
td.TdClassName
{
border-color: #B264BD;
}
.TagClassName
{
border-color: #B264BD;
}
</style>