Shades of Fuchsia #B23CA7
Tints of Fuchsia #B23CA7
RGB
CMYK
RGB Variations
Color information
#B23CA7 (or 0xB23CA7) is known color: Fuchsia. HEX triplet: B2, 3C and A7. RGB value is (178,60,167). Sum of RGB (Red+Green+Blue) = 178+60+167=405 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.95% from 405); Green value is 60 (23.83% from 255 or 14.81% from 405); Blue value is 167 (65.62% from 255 or 41.23% from 405); Max value from RGB is 178 - color contains mainly: red. Hex color #B23CA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23CA7 is #4DC358. Grayscale: #6B6B6B. Windows color (decimal): -5096281 or 10960050. OLE color: 10960050.
HSL color Cylindrical-coordinate representation of color #B23CA7: hue angle of 305.59º degrees, saturation: 0.5, 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 #B23CA7 is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 60 | 167 | - |
| CMYK | 0 | 0.66 | 0.06 | 0.30 |
| HSL | 305.59º | 0.5% | 0.47% | - |
| HSV(B) | 305.59º | 0.66% | 0.7% | - |
| XYZ | 26.95 | 15.49 | 38.13 | - |
| YUV | 107.48 | 161.59 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 60 | 167 | 0 | 0.66 | 0.06 | 0.30 | 305.59 | 0.5 | 0.47 |
| Hex | B2 | 3C | A7 | 0 | 42 | 6 | 1E | 132 | 32 | 2F |
| Octal | 262 | 74 | 247 | 0 | 102 | 6 | 36 | 462 | 62 | 57 |
| Binary | 10110010 | 111100 | 10100111 | 0 | 1000010 | 110 | 11110 | 100110010 | 110010 | 101111 |
Color Harmonies of #B23CA7
Complementary color
Monochromatic Colors of #B23CA7
Black with #B23CA7
Text Example
Text Example
White with #B23CA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23CA7; }
p { color: rgb(178,60,167); }
H1.HeaderClassName
{
color: #B23CA7;
}
.AnyTagClassName
{
color: #B23CA7;
}
</style>
background-color css
<style>
a { background-color: #B23CA7; }
a { background-color: rgb(178,60,167); }
div.DivClassName
{
background-color: #B23CA7;
}
.BgClassName
{
background-color: #B23CA7;
}
</style>
border-color css
<style>
span { border-color: #B23CA7; }
span { border-color: rgb(178,60,167); }
td.TdClassName
{
border-color: #B23CA7;
}
.TagClassName
{
border-color: #B23CA7;
}
</style>