Shades of Fuchsia #B770B2
Tints of Fuchsia #B770B2
RGB
CMYK
RGB Variations
Color information
#B770B2 (or 0xB770B2) is known color: Fuchsia. HEX triplet: B7, 70 and B2. RGB value is (183,112,178). Sum of RGB (Red+Green+Blue) = 183+112+178=473 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.69% from 473); Green value is 112 (44.14% from 255 or 23.68% from 473); Blue value is 178 (69.92% from 255 or 37.63% from 473); Max value from RGB is 183 - color contains mainly: red. Hex color #B770B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B770B2 is #488F4D. Grayscale: #8C8C8C. Windows color (decimal): -4755278 or 11694263. OLE color: 11694263.
HSL color Cylindrical-coordinate representation of color #B770B2: hue angle of 304.23º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B770B2 is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 112 | 178 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.28 |
| HSL | 304.23º | 0.33% | 0.58% | - |
| HSV(B) | 304.23º | 0.39% | 0.72% | - |
| XYZ | 33.36 | 24.87 | 45.16 | - |
| YUV | 140.75 | 149.02 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 112 | 178 | 0 | 0.39 | 0.03 | 0.28 | 304.23 | 0.33 | 0.58 |
| Hex | B7 | 70 | B2 | 0 | 27 | 3 | 1C | 130 | 21 | 3A |
| Octal | 267 | 160 | 262 | 0 | 47 | 3 | 34 | 460 | 41 | 72 |
| Binary | 10110111 | 1110000 | 10110010 | 0 | 100111 | 11 | 11100 | 100110000 | 100001 | 111010 |
Color Harmonies of #B770B2
Complementary color
Monochromatic Colors of #B770B2
Black with #B770B2
Text Example
Text Example
White with #B770B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B770B2; }
p { color: rgb(183,112,178); }
H1.HeaderClassName
{
color: #B770B2;
}
.AnyTagClassName
{
color: #B770B2;
}
</style>
background-color css
<style>
a { background-color: #B770B2; }
a { background-color: rgb(183,112,178); }
div.DivClassName
{
background-color: #B770B2;
}
.BgClassName
{
background-color: #B770B2;
}
</style>
border-color css
<style>
span { border-color: #B770B2; }
span { border-color: rgb(183,112,178); }
td.TdClassName
{
border-color: #B770B2;
}
.TagClassName
{
border-color: #B770B2;
}
</style>