Shades of Fuchsia #B23DB6
Tints of Fuchsia #B23DB6
RGB
CMYK
RGB Variations
Color information
#B23DB6 (or 0xB23DB6) is known color: Fuchsia. HEX triplet: B2, 3D and B6. RGB value is (178,61,182). Sum of RGB (Red+Green+Blue) = 178+61+182=421 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.28% from 421); Green value is 61 (24.22% from 255 or 14.49% from 421); Blue value is 182 (71.48% from 255 or 43.23% from 421); Max value from RGB is 182 - color contains mainly: blue. Hex color #B23DB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23DB6 is #4DC249. Grayscale: #6D6D6D. Windows color (decimal): -5096010 or 11943346. OLE color: 11943346.
HSL color Cylindrical-coordinate representation of color #B23DB6: hue angle of 298.02º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B23DB6 is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 61 | 182 | - |
| CMYK | 0.02 | 0.66 | 0 | 0.29 |
| HSL | 298.02º | 0.5% | 0.48% | - |
| HSV(B) | 298.02º | 0.66% | 0.71% | - |
| XYZ | 28.47 | 16.18 | 45.88 | - |
| YUV | 109.78 | 168.76 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 61 | 182 | 0.02 | 0.66 | 0 | 0.29 | 298.02 | 0.5 | 0.48 |
| Hex | B2 | 3D | B6 | 2 | 42 | 0 | 1D | 12A | 32 | 30 |
| Octal | 262 | 75 | 266 | 2 | 102 | 0 | 35 | 452 | 62 | 60 |
| Binary | 10110010 | 111101 | 10110110 | 10 | 1000010 | 0 | 11101 | 100101010 | 110010 | 110000 |
Color Harmonies of #B23DB6
Complementary color
Monochromatic Colors of #B23DB6
Black with #B23DB6
Text Example
Text Example
White with #B23DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23DB6; }
p { color: rgb(178,61,182); }
H1.HeaderClassName
{
color: #B23DB6;
}
.AnyTagClassName
{
color: #B23DB6;
}
</style>
background-color css
<style>
a { background-color: #B23DB6; }
a { background-color: rgb(178,61,182); }
div.DivClassName
{
background-color: #B23DB6;
}
.BgClassName
{
background-color: #B23DB6;
}
</style>
border-color css
<style>
span { border-color: #B23DB6; }
span { border-color: rgb(178,61,182); }
td.TdClassName
{
border-color: #B23DB6;
}
.TagClassName
{
border-color: #B23DB6;
}
</style>