Shades of Fuchsia #B23DB2
Tints of Fuchsia #B23DB2
RGB
CMYK
RGB Variations
Color information
#B23DB2 (or 0xB23DB2) is known color: Fuchsia. HEX triplet: B2, 3D and B2. RGB value is (178,61,178). Sum of RGB (Red+Green+Blue) = 178+61+178=417 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.69% from 417); Green value is 61 (24.22% from 255 or 14.63% from 417); Blue value is 178 (69.92% from 255 or 42.69% from 417); Max value from RGB is 178 - color contains mainly: red, blue. Hex color #B23DB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23DB2 is #4DC24D. Grayscale: #6C6C6C. Windows color (decimal): -5096014 or 11681202. OLE color: 11681202.
HSL color Cylindrical-coordinate representation of color #B23DB2: hue angle of 300º 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 #B23DB2 is Cyan = 0, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
RGB | 178 | 61 | 178 | - |
CMYK | 0 | 0.66 | 0 | 0.30 |
HSL | 300º | 0.49% | 0.47% | - |
HSV(B) | 300º | 0.66% | 0.7% | - |
XYZ | 28.06 | 16.02 | 43.73 | - |
YUV | 109.32 | 166.76 | 176.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 61 | 178 | 0 | 0.66 | 0 | 0.30 | 300 | 0.49 | 0.47 |
Hex | B2 | 3D | B2 | 0 | 42 | 0 | 1E | 12C | 31 | 2F |
Octal | 262 | 75 | 262 | 0 | 102 | 0 | 36 | 454 | 61 | 57 |
Binary | 10110010 | 111101 | 10110010 | 0 | 1000010 | 0 | 11110 | 100101100 | 110001 | 101111 |
Color Harmonies of #B23DB2
Complementary color
Monochromatic Colors of #B23DB2
Black with #B23DB2
Text Example
Text Example
White with #B23DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23DB2; }
p { color: rgb(178,61,178); }
H1.HeaderClassName
{
color: #B23DB2;
}
.AnyTagClassName
{
color: #B23DB2;
}
</style>
background-color css
<style>
a { background-color: #B23DB2; }
a { background-color: rgb(178,61,178); }
div.DivClassName
{
background-color: #B23DB2;
}
.BgClassName
{
background-color: #B23DB2;
}
</style>
border-color css
<style>
span { border-color: #B23DB2; }
span { border-color: rgb(178,61,178); }
td.TdClassName
{
border-color: #B23DB2;
}
.TagClassName
{
border-color: #B23DB2;
}
</style>