Shades of Fuchsia #B73CBB
Tints of Fuchsia #B73CBB
RGB
CMYK
RGB Variations
Color information
#B73CBB (or 0xB73CBB) is known color: Fuchsia. HEX triplet: B7, 3C and BB. RGB value is (183,60,187). Sum of RGB (Red+Green+Blue) = 183+60+187=430 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.56% from 430); Green value is 60 (23.83% from 255 or 13.95% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 187 - color contains mainly: blue. Hex color #B73CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73CBB is #48C344. Grayscale: #6E6E6E. Windows color (decimal): -4768581 or 12270775. OLE color: 12270775.
HSL color Cylindrical-coordinate representation of color #B73CBB: hue angle of 298.11º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B73CBB is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 60 | 187 | - |
| CMYK | 0.02 | 0.68 | 0 | 0.27 |
| HSL | 298.11º | 0.51% | 0.48% | - |
| HSV(B) | 298.11º | 0.68% | 0.73% | - |
| XYZ | 30.11 | 16.89 | 48.69 | - |
| YUV | 111.26 | 170.75 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 60 | 187 | 0.02 | 0.68 | 0 | 0.27 | 298.11 | 0.51 | 0.48 |
| Hex | B7 | 3C | BB | 2 | 44 | 0 | 1B | 12A | 33 | 30 |
| Octal | 267 | 74 | 273 | 2 | 104 | 0 | 33 | 452 | 63 | 60 |
| Binary | 10110111 | 111100 | 10111011 | 10 | 1000100 | 0 | 11011 | 100101010 | 110011 | 110000 |
Color Harmonies of #B73CBB
Complementary color
Monochromatic Colors of #B73CBB
Black with #B73CBB
Text Example
Text Example
White with #B73CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73CBB; }
p { color: rgb(183,60,187); }
H1.HeaderClassName
{
color: #B73CBB;
}
.AnyTagClassName
{
color: #B73CBB;
}
</style>
background-color css
<style>
a { background-color: #B73CBB; }
a { background-color: rgb(183,60,187); }
div.DivClassName
{
background-color: #B73CBB;
}
.BgClassName
{
background-color: #B73CBB;
}
</style>
border-color css
<style>
span { border-color: #B73CBB; }
span { border-color: rgb(183,60,187); }
td.TdClassName
{
border-color: #B73CBB;
}
.TagClassName
{
border-color: #B73CBB;
}
</style>