Shades of Fuchsia #B742BD
Tints of Fuchsia #B742BD
RGB
CMYK
RGB Variations
Color information
#B742BD (or 0xB742BD) is known color: Fuchsia. HEX triplet: B7, 42 and BD. RGB value is (183,66,189). Sum of RGB (Red+Green+Blue) = 183+66+189=438 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.78% from 438); Green value is 66 (26.17% from 255 or 15.07% from 438); Blue value is 189 (74.22% from 255 or 43.15% from 438); Max value from RGB is 189 - color contains mainly: blue. Hex color #B742BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B742BD is #48BD42. Grayscale: #727272. Windows color (decimal): -4767043 or 12403383. OLE color: 12403383.
HSL color Cylindrical-coordinate representation of color #B742BD: hue angle of 297.07º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B742BD is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 66 | 189 | - |
| CMYK | 0.03 | 0.65 | 0 | 0.26 |
| HSL | 297.07º | 0.48% | 0.5% | - |
| HSV(B) | 297.07º | 0.65% | 0.74% | - |
| XYZ | 30.66 | 17.64 | 49.93 | - |
| YUV | 115.01 | 169.76 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 66 | 189 | 0.03 | 0.65 | 0 | 0.26 | 297.07 | 0.48 | 0.5 |
| Hex | B7 | 42 | BD | 3 | 41 | 0 | 1A | 129 | 30 | 32 |
| Octal | 267 | 102 | 275 | 3 | 101 | 0 | 32 | 451 | 60 | 62 |
| Binary | 10110111 | 1000010 | 10111101 | 11 | 1000001 | 0 | 11010 | 100101001 | 110000 | 110010 |
Color Harmonies of #B742BD
Complementary color
Monochromatic Colors of #B742BD
Black with #B742BD
Text Example
Text Example
White with #B742BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B742BD; }
p { color: rgb(183,66,189); }
H1.HeaderClassName
{
color: #B742BD;
}
.AnyTagClassName
{
color: #B742BD;
}
</style>
background-color css
<style>
a { background-color: #B742BD; }
a { background-color: rgb(183,66,189); }
div.DivClassName
{
background-color: #B742BD;
}
.BgClassName
{
background-color: #B742BD;
}
</style>
border-color css
<style>
span { border-color: #B742BD; }
span { border-color: rgb(183,66,189); }
td.TdClassName
{
border-color: #B742BD;
}
.TagClassName
{
border-color: #B742BD;
}
</style>