Shades of Fuchsia #B838C7
Tints of Fuchsia #B838C7
RGB
CMYK
RGB Variations
Color information
#B838C7 (or 0xB838C7) is known color: Fuchsia. HEX triplet: B8, 38 and C7. RGB value is (184,56,199). Sum of RGB (Red+Green+Blue) = 184+56+199=439 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.91% from 439); Green value is 56 (22.27% from 255 or 12.76% from 439); Blue value is 199 (78.12% from 255 or 45.33% from 439); Max value from RGB is 199 - color contains mainly: blue. Hex color #B838C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B838C7 is #47C738. Grayscale: #6E6E6E. Windows color (decimal): -4704057 or 13056184. OLE color: 13056184.
HSL color Cylindrical-coordinate representation of color #B838C7: hue angle of 293.71º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B838C7 is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 184 | 56 | 199 | - |
| CMYK | 0.08 | 0.72 | 0 | 0.22 |
| HSL | 293.71º | 0.56% | 0.5% | - |
| HSV(B) | 293.71º | 0.72% | 0.78% | - |
| XYZ | 31.49 | 17.14 | 55.68 | - |
| YUV | 110.57 | 177.91 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 56 | 199 | 0.08 | 0.72 | 0 | 0.22 | 293.71 | 0.56 | 0.5 |
| Hex | B8 | 38 | C7 | 8 | 48 | 0 | 16 | 126 | 38 | 32 |
| Octal | 270 | 70 | 307 | 10 | 110 | 0 | 26 | 446 | 70 | 62 |
| Binary | 10111000 | 111000 | 11000111 | 1000 | 1001000 | 0 | 10110 | 100100110 | 111000 | 110010 |
Color Harmonies of #B838C7
Complementary color
Monochromatic Colors of #B838C7
Black with #B838C7
Text Example
Text Example
White with #B838C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B838C7; }
p { color: rgb(184,56,199); }
H1.HeaderClassName
{
color: #B838C7;
}
.AnyTagClassName
{
color: #B838C7;
}
</style>
background-color css
<style>
a { background-color: #B838C7; }
a { background-color: rgb(184,56,199); }
div.DivClassName
{
background-color: #B838C7;
}
.BgClassName
{
background-color: #B838C7;
}
</style>
border-color css
<style>
span { border-color: #B838C7; }
span { border-color: rgb(184,56,199); }
td.TdClassName
{
border-color: #B838C7;
}
.TagClassName
{
border-color: #B838C7;
}
</style>