Shades of Fuchsia #B738BB
Tints of Fuchsia #B738BB
RGB
CMYK
RGB Variations
Color information
#B738BB (or 0xB738BB) is known color: Fuchsia. HEX triplet: B7, 38 and BB. RGB value is (183,56,187). Sum of RGB (Red+Green+Blue) = 183+56+187=426 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.96% from 426); Green value is 56 (22.27% from 255 or 13.15% from 426); Blue value is 187 (73.44% from 255 or 43.90% from 426); Max value from RGB is 187 - color contains mainly: blue. Hex color #B738BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B738BB is #48C744. Grayscale: #6C6C6C. Windows color (decimal): -4769605 or 12269751. OLE color: 12269751.
HSL color Cylindrical-coordinate representation of color #B738BB: hue angle of 298.17º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B738BB is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 56 | 187 | - |
| CMYK | 0.02 | 0.70 | 0 | 0.27 |
| HSL | 298.17º | 0.54% | 0.48% | - |
| HSV(B) | 298.17º | 0.7% | 0.73% | - |
| XYZ | 29.91 | 16.48 | 48.62 | - |
| YUV | 108.91 | 172.08 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 56 | 187 | 0.02 | 0.70 | 0 | 0.27 | 298.17 | 0.54 | 0.48 |
| Hex | B7 | 38 | BB | 2 | 46 | 0 | 1B | 12A | 36 | 30 |
| Octal | 267 | 70 | 273 | 2 | 106 | 0 | 33 | 452 | 66 | 60 |
| Binary | 10110111 | 111000 | 10111011 | 10 | 1000110 | 0 | 11011 | 100101010 | 110110 | 110000 |
Color Harmonies of #B738BB
Complementary color
Monochromatic Colors of #B738BB
Black with #B738BB
Text Example
Text Example
White with #B738BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B738BB; }
p { color: rgb(183,56,187); }
H1.HeaderClassName
{
color: #B738BB;
}
.AnyTagClassName
{
color: #B738BB;
}
</style>
background-color css
<style>
a { background-color: #B738BB; }
a { background-color: rgb(183,56,187); }
div.DivClassName
{
background-color: #B738BB;
}
.BgClassName
{
background-color: #B738BB;
}
</style>
border-color css
<style>
span { border-color: #B738BB; }
span { border-color: rgb(183,56,187); }
td.TdClassName
{
border-color: #B738BB;
}
.TagClassName
{
border-color: #B738BB;
}
</style>