Shades of Fuchsia #B23DC0
Tints of Fuchsia #B23DC0
RGB
CMYK
RGB Variations
Color information
#B23DC0 (or 0xB23DC0) is known color: Fuchsia. HEX triplet: B2, 3D and C0. RGB value is (178,61,192). Sum of RGB (Red+Green+Blue) = 178+61+192=431 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.30% from 431); Green value is 61 (24.22% from 255 or 14.15% from 431); Blue value is 192 (75.39% from 255 or 44.55% from 431); Max value from RGB is 192 - color contains mainly: blue. Hex color #B23DC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23DC0 is #4DC23F. Grayscale: #6E6E6E. Windows color (decimal): -5096000 or 12598706. OLE color: 12598706.
HSL color Cylindrical-coordinate representation of color #B23DC0: hue angle of 293.59º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B23DC0 is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 61 | 192 | - |
| CMYK | 0.07 | 0.68 | 0 | 0.25 |
| HSL | 293.59º | 0.52% | 0.5% | - |
| HSV(B) | 293.59º | 0.68% | 0.75% | - |
| XYZ | 29.54 | 16.61 | 51.52 | - |
| YUV | 110.92 | 173.76 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 61 | 192 | 0.07 | 0.68 | 0 | 0.25 | 293.59 | 0.52 | 0.5 |
| Hex | B2 | 3D | C0 | 7 | 44 | 0 | 19 | 126 | 34 | 32 |
| Octal | 262 | 75 | 300 | 7 | 104 | 0 | 31 | 446 | 64 | 62 |
| Binary | 10110010 | 111101 | 11000000 | 111 | 1000100 | 0 | 11001 | 100100110 | 110100 | 110010 |
Color Harmonies of #B23DC0
Complementary color
Monochromatic Colors of #B23DC0
Black with #B23DC0
Text Example
Text Example
White with #B23DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23DC0; }
p { color: rgb(178,61,192); }
H1.HeaderClassName
{
color: #B23DC0;
}
.AnyTagClassName
{
color: #B23DC0;
}
</style>
background-color css
<style>
a { background-color: #B23DC0; }
a { background-color: rgb(178,61,192); }
div.DivClassName
{
background-color: #B23DC0;
}
.BgClassName
{
background-color: #B23DC0;
}
</style>
border-color css
<style>
span { border-color: #B23DC0; }
span { border-color: rgb(178,61,192); }
td.TdClassName
{
border-color: #B23DC0;
}
.TagClassName
{
border-color: #B23DC0;
}
</style>