Shades of Fuchsia #B23DB3
Tints of Fuchsia #B23DB3
RGB
CMYK
RGB Variations
Color information
#B23DB3 (or 0xB23DB3) is known color: Fuchsia. HEX triplet: B2, 3D and B3. RGB value is (178,61,179). Sum of RGB (Red+Green+Blue) = 178+61+179=418 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.58% from 418); Green value is 61 (24.22% from 255 or 14.59% from 418); Blue value is 179 (70.31% from 255 or 42.82% from 418); Max value from RGB is 179 - color contains mainly: blue. Hex color #B23DB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23DB3 is #4DC24C. Grayscale: #6D6D6D. Windows color (decimal): -5096013 or 11746738. OLE color: 11746738.
HSL color Cylindrical-coordinate representation of color #B23DB3: hue angle of 299.49º 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 #B23DB3 is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 61 | 179 | - |
| CMYK | 0.01 | 0.66 | 0 | 0.30 |
| HSL | 299.49º | 0.49% | 0.47% | - |
| HSV(B) | 299.49º | 0.66% | 0.7% | - |
| XYZ | 28.17 | 16.06 | 44.26 | - |
| YUV | 109.44 | 167.26 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 61 | 179 | 0.01 | 0.66 | 0 | 0.30 | 299.49 | 0.49 | 0.47 |
| Hex | B2 | 3D | B3 | 1 | 42 | 0 | 1E | 12B | 31 | 2F |
| Octal | 262 | 75 | 263 | 1 | 102 | 0 | 36 | 453 | 61 | 57 |
| Binary | 10110010 | 111101 | 10110011 | 1 | 1000010 | 0 | 11110 | 100101011 | 110001 | 101111 |
Color Harmonies of #B23DB3
Complementary color
Monochromatic Colors of #B23DB3
Black with #B23DB3
Text Example
Text Example
White with #B23DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23DB3; }
p { color: rgb(178,61,179); }
H1.HeaderClassName
{
color: #B23DB3;
}
.AnyTagClassName
{
color: #B23DB3;
}
</style>
background-color css
<style>
a { background-color: #B23DB3; }
a { background-color: rgb(178,61,179); }
div.DivClassName
{
background-color: #B23DB3;
}
.BgClassName
{
background-color: #B23DB3;
}
</style>
border-color css
<style>
span { border-color: #B23DB3; }
span { border-color: rgb(178,61,179); }
td.TdClassName
{
border-color: #B23DB3;
}
.TagClassName
{
border-color: #B23DB3;
}
</style>