Shades of Fuchsia #B23DB0
Tints of Fuchsia #B23DB0
RGB
CMYK
RGB Variations
Color information
#B23DB0 (or 0xB23DB0) is known color: Fuchsia. HEX triplet: B2, 3D and B0. RGB value is (178,61,176). Sum of RGB (Red+Green+Blue) = 178+61+176=415 (54% of max value = 765). Red value is 178 (69.92% from 255 or 42.89% from 415); Green value is 61 (24.22% from 255 or 14.70% from 415); Blue value is 176 (69.14% from 255 or 42.41% from 415); Max value from RGB is 178 - color contains mainly: red. Hex color #B23DB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23DB0 is #4DC24F. Grayscale: #6C6C6C. Windows color (decimal): -5096016 or 11550130. OLE color: 11550130.
HSL color Cylindrical-coordinate representation of color #B23DB0: hue angle of 301.03º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B23DB0 is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 61 | 176 | - |
| CMYK | 0 | 0.66 | 0.01 | 0.30 |
| HSL | 301.03º | 0.49% | 0.47% | - |
| HSV(B) | 301.03º | 0.66% | 0.7% | - |
| XYZ | 27.87 | 15.94 | 42.68 | - |
| YUV | 109.09 | 165.76 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 61 | 176 | 0 | 0.66 | 0.01 | 0.30 | 301.03 | 0.49 | 0.47 |
| Hex | B2 | 3D | B0 | 0 | 42 | 1 | 1E | 12D | 31 | 2F |
| Octal | 262 | 75 | 260 | 0 | 102 | 1 | 36 | 455 | 61 | 57 |
| Binary | 10110010 | 111101 | 10110000 | 0 | 1000010 | 1 | 11110 | 100101101 | 110001 | 101111 |
Color Harmonies of #B23DB0
Complementary color
Monochromatic Colors of #B23DB0
Black with #B23DB0
Text Example
Text Example
White with #B23DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23DB0; }
p { color: rgb(178,61,176); }
H1.HeaderClassName
{
color: #B23DB0;
}
.AnyTagClassName
{
color: #B23DB0;
}
</style>
background-color css
<style>
a { background-color: #B23DB0; }
a { background-color: rgb(178,61,176); }
div.DivClassName
{
background-color: #B23DB0;
}
.BgClassName
{
background-color: #B23DB0;
}
</style>
border-color css
<style>
span { border-color: #B23DB0; }
span { border-color: rgb(178,61,176); }
td.TdClassName
{
border-color: #B23DB0;
}
.TagClassName
{
border-color: #B23DB0;
}
</style>