Shades of Fuchsia #B738BC
Tints of Fuchsia #B738BC
RGB
CMYK
RGB Variations
Color information
#B738BC (or 0xB738BC) is known color: Fuchsia. HEX triplet: B7, 38 and BC. RGB value is (183,56,188). Sum of RGB (Red+Green+Blue) = 183+56+188=427 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.86% from 427); Green value is 56 (22.27% from 255 or 13.11% from 427); Blue value is 188 (73.83% from 255 or 44.03% from 427); Max value from RGB is 188 - color contains mainly: blue. Hex color #B738BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B738BC is #48C743. Grayscale: #6C6C6C. Windows color (decimal): -4769604 or 12335287. OLE color: 12335287.
HSL color Cylindrical-coordinate representation of color #B738BC: hue angle of 297.73º 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 #B738BC is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 56 | 188 | - |
| CMYK | 0.03 | 0.70 | 0 | 0.26 |
| HSL | 297.73º | 0.54% | 0.48% | - |
| HSV(B) | 297.73º | 0.7% | 0.74% | - |
| XYZ | 30.02 | 16.53 | 49.18 | - |
| YUV | 109.02 | 172.58 | 180.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 56 | 188 | 0.03 | 0.70 | 0 | 0.26 | 297.73 | 0.54 | 0.48 |
| Hex | B7 | 38 | BC | 3 | 46 | 0 | 1A | 12A | 36 | 30 |
| Octal | 267 | 70 | 274 | 3 | 106 | 0 | 32 | 452 | 66 | 60 |
| Binary | 10110111 | 111000 | 10111100 | 11 | 1000110 | 0 | 11010 | 100101010 | 110110 | 110000 |
Color Harmonies of #B738BC
Complementary color
Monochromatic Colors of #B738BC
Black with #B738BC
Text Example
Text Example
White with #B738BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B738BC; }
p { color: rgb(183,56,188); }
H1.HeaderClassName
{
color: #B738BC;
}
.AnyTagClassName
{
color: #B738BC;
}
</style>
background-color css
<style>
a { background-color: #B738BC; }
a { background-color: rgb(183,56,188); }
div.DivClassName
{
background-color: #B738BC;
}
.BgClassName
{
background-color: #B738BC;
}
</style>
border-color css
<style>
span { border-color: #B738BC; }
span { border-color: rgb(183,56,188); }
td.TdClassName
{
border-color: #B738BC;
}
.TagClassName
{
border-color: #B738BC;
}
</style>