Shades of Fuchsia #B738BD
Tints of Fuchsia #B738BD
RGB
CMYK
RGB Variations
Color information
#B738BD (or 0xB738BD) is known color: Fuchsia. HEX triplet: B7, 38 and BD. RGB value is (183,56,189). Sum of RGB (Red+Green+Blue) = 183+56+189=428 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.76% from 428); Green value is 56 (22.27% from 255 or 13.08% from 428); Blue value is 189 (74.22% from 255 or 44.16% from 428); Max value from RGB is 189 - color contains mainly: blue. Hex color #B738BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B738BD is #48C742. Grayscale: #6C6C6C. Windows color (decimal): -4769603 or 12400823. OLE color: 12400823.
HSL color Cylindrical-coordinate representation of color #B738BD: hue angle of 297.29º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B738BD is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 56 | 189 | - |
| CMYK | 0.03 | 0.70 | 0 | 0.26 |
| HSL | 297.29º | 0.54% | 0.48% | - |
| HSV(B) | 297.29º | 0.7% | 0.74% | - |
| XYZ | 30.13 | 16.57 | 49.75 | - |
| YUV | 109.14 | 173.08 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 56 | 189 | 0.03 | 0.70 | 0 | 0.26 | 297.29 | 0.54 | 0.48 |
| Hex | B7 | 38 | BD | 3 | 46 | 0 | 1A | 129 | 36 | 30 |
| Octal | 267 | 70 | 275 | 3 | 106 | 0 | 32 | 451 | 66 | 60 |
| Binary | 10110111 | 111000 | 10111101 | 11 | 1000110 | 0 | 11010 | 100101001 | 110110 | 110000 |
Color Harmonies of #B738BD
Complementary color
Monochromatic Colors of #B738BD
Black with #B738BD
Text Example
Text Example
White with #B738BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B738BD; }
p { color: rgb(183,56,189); }
H1.HeaderClassName
{
color: #B738BD;
}
.AnyTagClassName
{
color: #B738BD;
}
</style>
background-color css
<style>
a { background-color: #B738BD; }
a { background-color: rgb(183,56,189); }
div.DivClassName
{
background-color: #B738BD;
}
.BgClassName
{
background-color: #B738BD;
}
</style>
border-color css
<style>
span { border-color: #B738BD; }
span { border-color: rgb(183,56,189); }
td.TdClassName
{
border-color: #B738BD;
}
.TagClassName
{
border-color: #B738BD;
}
</style>