Shades of Fuchsia #B93DBB
Tints of Fuchsia #B93DBB
RGB
CMYK
RGB Variations
Color information
#B93DBB (or 0xB93DBB) is known color: Fuchsia. HEX triplet: B9, 3D and BB. RGB value is (185,61,187). Sum of RGB (Red+Green+Blue) = 185+61+187=433 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.73% from 433); Green value is 61 (24.22% from 255 or 14.09% from 433); Blue value is 187 (73.44% from 255 or 43.19% from 433); Max value from RGB is 187 - color contains mainly: blue. Hex color #B93DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93DBB is #46C244. Grayscale: #707070. Windows color (decimal): -4637253 or 12271033. OLE color: 12271033.
HSL color Cylindrical-coordinate representation of color #B93DBB: hue angle of 299.05º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B93DBB is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 61 | 187 | - |
| CMYK | 0.01 | 0.67 | 0 | 0.27 |
| HSL | 299.05º | 0.51% | 0.49% | - |
| HSV(B) | 299.05º | 0.67% | 0.73% | - |
| XYZ | 30.65 | 17.24 | 48.73 | - |
| YUV | 112.44 | 170.08 | 179.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 61 | 187 | 0.01 | 0.67 | 0 | 0.27 | 299.05 | 0.51 | 0.49 |
| Hex | B9 | 3D | BB | 1 | 43 | 0 | 1B | 12B | 33 | 31 |
| Octal | 271 | 75 | 273 | 1 | 103 | 0 | 33 | 453 | 63 | 61 |
| Binary | 10111001 | 111101 | 10111011 | 1 | 1000011 | 0 | 11011 | 100101011 | 110011 | 110001 |
Color Harmonies of #B93DBB
Complementary color
Monochromatic Colors of #B93DBB
Black with #B93DBB
Text Example
Text Example
White with #B93DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93DBB; }
p { color: rgb(185,61,187); }
H1.HeaderClassName
{
color: #B93DBB;
}
.AnyTagClassName
{
color: #B93DBB;
}
</style>
background-color css
<style>
a { background-color: #B93DBB; }
a { background-color: rgb(185,61,187); }
div.DivClassName
{
background-color: #B93DBB;
}
.BgClassName
{
background-color: #B93DBB;
}
</style>
border-color css
<style>
span { border-color: #B93DBB; }
span { border-color: rgb(185,61,187); }
td.TdClassName
{
border-color: #B93DBB;
}
.TagClassName
{
border-color: #B93DBB;
}
</style>