Shades of Fuchsia #B85BBD
Tints of Fuchsia #B85BBD
RGB
CMYK
RGB Variations
Color information
#B85BBD (or 0xB85BBD) is known color: Fuchsia. HEX triplet: B8, 5B and BD. RGB value is (184,91,189). Sum of RGB (Red+Green+Blue) = 184+91+189=464 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.66% from 464); Green value is 91 (35.94% from 255 or 19.61% from 464); Blue value is 189 (74.22% from 255 or 40.73% from 464); Max value from RGB is 189 - color contains mainly: blue. Hex color #B85BBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85BBD is #47A442. Grayscale: #818181. Windows color (decimal): -4695107 or 12409784. OLE color: 12409784.
HSL color Cylindrical-coordinate representation of color #B85BBD: hue angle of 296.94º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B85BBD is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 91 | 189 | - |
| CMYK | 0.03 | 0.52 | 0 | 0.26 |
| HSL | 296.94º | 0.43% | 0.55% | - |
| HSV(B) | 296.94º | 0.52% | 0.74% | - |
| XYZ | 32.69 | 21.35 | 50.54 | - |
| YUV | 129.98 | 161.31 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 91 | 189 | 0.03 | 0.52 | 0 | 0.26 | 296.94 | 0.43 | 0.55 |
| Hex | B8 | 5B | BD | 3 | 34 | 0 | 1A | 129 | 2B | 37 |
| Octal | 270 | 133 | 275 | 3 | 64 | 0 | 32 | 451 | 53 | 67 |
| Binary | 10111000 | 1011011 | 10111101 | 11 | 110100 | 0 | 11010 | 100101001 | 101011 | 110111 |
Color Harmonies of #B85BBD
Complementary color
Monochromatic Colors of #B85BBD
Black with #B85BBD
Text Example
Text Example
White with #B85BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85BBD; }
p { color: rgb(184,91,189); }
H1.HeaderClassName
{
color: #B85BBD;
}
.AnyTagClassName
{
color: #B85BBD;
}
</style>
background-color css
<style>
a { background-color: #B85BBD; }
a { background-color: rgb(184,91,189); }
div.DivClassName
{
background-color: #B85BBD;
}
.BgClassName
{
background-color: #B85BBD;
}
</style>
border-color css
<style>
span { border-color: #B85BBD; }
span { border-color: rgb(184,91,189); }
td.TdClassName
{
border-color: #B85BBD;
}
.TagClassName
{
border-color: #B85BBD;
}
</style>