Shades of Fuchsia #B737C4
Tints of Fuchsia #B737C4
RGB
CMYK
RGB Variations
Color information
#B737C4 (or 0xB737C4) is known color: Fuchsia. HEX triplet: B7, 37 and C4. RGB value is (183,55,196). Sum of RGB (Red+Green+Blue) = 183+55+196=434 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.17% from 434); Green value is 55 (21.88% from 255 or 12.67% from 434); Blue value is 196 (76.95% from 255 or 45.16% from 434); Max value from RGB is 196 - color contains mainly: blue. Hex color #B737C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B737C4 is #48C83B. Grayscale: #6C6C6C. Windows color (decimal): -4769852 or 12859319. OLE color: 12859319.
HSL color Cylindrical-coordinate representation of color #B737C4: hue angle of 294.47º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B737C4 is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 183 | 55 | 196 | - |
| CMYK | 0.07 | 0.72 | 0 | 0.23 |
| HSL | 294.47º | 0.56% | 0.49% | - |
| HSV(B) | 294.47º | 0.72% | 0.77% | - |
| XYZ | 30.86 | 16.79 | 53.84 | - |
| YUV | 109.35 | 176.91 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 55 | 196 | 0.07 | 0.72 | 0 | 0.23 | 294.47 | 0.56 | 0.49 |
| Hex | B7 | 37 | C4 | 7 | 48 | 0 | 17 | 126 | 38 | 31 |
| Octal | 267 | 67 | 304 | 7 | 110 | 0 | 27 | 446 | 70 | 61 |
| Binary | 10110111 | 110111 | 11000100 | 111 | 1001000 | 0 | 10111 | 100100110 | 111000 | 110001 |
Color Harmonies of #B737C4
Complementary color
Monochromatic Colors of #B737C4
Black with #B737C4
Text Example
Text Example
White with #B737C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B737C4; }
p { color: rgb(183,55,196); }
H1.HeaderClassName
{
color: #B737C4;
}
.AnyTagClassName
{
color: #B737C4;
}
</style>
background-color css
<style>
a { background-color: #B737C4; }
a { background-color: rgb(183,55,196); }
div.DivClassName
{
background-color: #B737C4;
}
.BgClassName
{
background-color: #B737C4;
}
</style>
border-color css
<style>
span { border-color: #B737C4; }
span { border-color: rgb(183,55,196); }
td.TdClassName
{
border-color: #B737C4;
}
.TagClassName
{
border-color: #B737C4;
}
</style>