Shades of Fuchsia #B838BC
Tints of Fuchsia #B838BC
RGB
CMYK
RGB Variations
Color information
#B838BC (or 0xB838BC) is known color: Fuchsia. HEX triplet: B8, 38 and BC. RGB value is (184,56,188). Sum of RGB (Red+Green+Blue) = 184+56+188=428 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.99% from 428); Green value is 56 (22.27% from 255 or 13.08% from 428); Blue value is 188 (73.83% from 255 or 43.93% from 428); Max value from RGB is 188 - color contains mainly: blue. Hex color #B838BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B838BC is #47C743. Grayscale: #6C6C6C. Windows color (decimal): -4704068 or 12335288. OLE color: 12335288.
HSL color Cylindrical-coordinate representation of color #B838BC: hue angle of 298.18º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B838BC is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 56 | 188 | - |
| CMYK | 0.02 | 0.70 | 0 | 0.26 |
| HSL | 298.18º | 0.54% | 0.48% | - |
| HSV(B) | 298.18º | 0.7% | 0.74% | - |
| XYZ | 30.26 | 16.65 | 49.2 | - |
| YUV | 109.32 | 172.41 | 181.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 56 | 188 | 0.02 | 0.70 | 0 | 0.26 | 298.18 | 0.54 | 0.48 |
| Hex | B8 | 38 | BC | 2 | 46 | 0 | 1A | 12A | 36 | 30 |
| Octal | 270 | 70 | 274 | 2 | 106 | 0 | 32 | 452 | 66 | 60 |
| Binary | 10111000 | 111000 | 10111100 | 10 | 1000110 | 0 | 11010 | 100101010 | 110110 | 110000 |
Color Harmonies of #B838BC
Complementary color
Monochromatic Colors of #B838BC
Black with #B838BC
Text Example
Text Example
White with #B838BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B838BC; }
p { color: rgb(184,56,188); }
H1.HeaderClassName
{
color: #B838BC;
}
.AnyTagClassName
{
color: #B838BC;
}
</style>
background-color css
<style>
a { background-color: #B838BC; }
a { background-color: rgb(184,56,188); }
div.DivClassName
{
background-color: #B838BC;
}
.BgClassName
{
background-color: #B838BC;
}
</style>
border-color css
<style>
span { border-color: #B838BC; }
span { border-color: rgb(184,56,188); }
td.TdClassName
{
border-color: #B838BC;
}
.TagClassName
{
border-color: #B838BC;
}
</style>