Shades of Fuchsia #B738C6
Tints of Fuchsia #B738C6
RGB
CMYK
RGB Variations
Color information
#B738C6 (or 0xB738C6) is known color: Fuchsia. HEX triplet: B7, 38 and C6. RGB value is (183,56,198). Sum of RGB (Red+Green+Blue) = 183+56+198=437 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.88% from 437); Green value is 56 (22.27% from 255 or 12.81% from 437); Blue value is 198 (77.73% from 255 or 45.31% from 437); Max value from RGB is 198 - color contains mainly: blue. Hex color #B738C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B738C6 is #48C739. Grayscale: #6D6D6D. Windows color (decimal): -4769594 or 12990647. OLE color: 12990647.
HSL color Cylindrical-coordinate representation of color #B738C6: hue angle of 293.66º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B738C6 is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 183 | 56 | 198 | - |
| CMYK | 0.08 | 0.72 | 0 | 0.22 |
| HSL | 293.66º | 0.56% | 0.5% | - |
| HSV(B) | 293.66º | 0.72% | 0.78% | - |
| XYZ | 31.14 | 16.97 | 55.06 | - |
| YUV | 110.16 | 177.58 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 56 | 198 | 0.08 | 0.72 | 0 | 0.22 | 293.66 | 0.56 | 0.5 |
| Hex | B7 | 38 | C6 | 8 | 48 | 0 | 16 | 126 | 38 | 32 |
| Octal | 267 | 70 | 306 | 10 | 110 | 0 | 26 | 446 | 70 | 62 |
| Binary | 10110111 | 111000 | 11000110 | 1000 | 1001000 | 0 | 10110 | 100100110 | 111000 | 110010 |
Color Harmonies of #B738C6
Complementary color
Monochromatic Colors of #B738C6
Black with #B738C6
Text Example
Text Example
White with #B738C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B738C6; }
p { color: rgb(183,56,198); }
H1.HeaderClassName
{
color: #B738C6;
}
.AnyTagClassName
{
color: #B738C6;
}
</style>
background-color css
<style>
a { background-color: #B738C6; }
a { background-color: rgb(183,56,198); }
div.DivClassName
{
background-color: #B738C6;
}
.BgClassName
{
background-color: #B738C6;
}
</style>
border-color css
<style>
span { border-color: #B738C6; }
span { border-color: rgb(183,56,198); }
td.TdClassName
{
border-color: #B738C6;
}
.TagClassName
{
border-color: #B738C6;
}
</style>