Shades of Fuchsia #B742A7
Tints of Fuchsia #B742A7
RGB
CMYK
RGB Variations
Color information
#B742A7 (or 0xB742A7) is known color: Fuchsia. HEX triplet: B7, 42 and A7. RGB value is (183,66,167). Sum of RGB (Red+Green+Blue) = 183+66+167=416 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.99% from 416); Green value is 66 (26.17% from 255 or 15.87% from 416); Blue value is 167 (65.62% from 255 or 40.14% from 416); Max value from RGB is 183 - color contains mainly: red. Hex color #B742A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B742A7 is #48BD58. Grayscale: #707070. Windows color (decimal): -4767065 or 10961591. OLE color: 10961591.
HSL color Cylindrical-coordinate representation of color #B742A7: hue angle of 308.21º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B742A7 is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 66 | 167 | - |
| CMYK | 0 | 0.64 | 0.09 | 0.28 |
| HSL | 308.21º | 0.47% | 0.49% | - |
| HSV(B) | 308.21º | 0.64% | 0.72% | - |
| XYZ | 28.45 | 16.75 | 38.29 | - |
| YUV | 112.5 | 158.76 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 66 | 167 | 0 | 0.64 | 0.09 | 0.28 | 308.21 | 0.47 | 0.49 |
| Hex | B7 | 42 | A7 | 0 | 40 | 9 | 1C | 134 | 2F | 31 |
| Octal | 267 | 102 | 247 | 0 | 100 | 11 | 34 | 464 | 57 | 61 |
| Binary | 10110111 | 1000010 | 10100111 | 0 | 1000000 | 1001 | 11100 | 100110100 | 101111 | 110001 |
Color Harmonies of #B742A7
Complementary color
Monochromatic Colors of #B742A7
Black with #B742A7
Text Example
Text Example
White with #B742A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B742A7; }
p { color: rgb(183,66,167); }
H1.HeaderClassName
{
color: #B742A7;
}
.AnyTagClassName
{
color: #B742A7;
}
</style>
background-color css
<style>
a { background-color: #B742A7; }
a { background-color: rgb(183,66,167); }
div.DivClassName
{
background-color: #B742A7;
}
.BgClassName
{
background-color: #B742A7;
}
</style>
border-color css
<style>
span { border-color: #B742A7; }
span { border-color: rgb(183,66,167); }
td.TdClassName
{
border-color: #B742A7;
}
.TagClassName
{
border-color: #B742A7;
}
</style>