Shades of Fuchsia #B763B2
Tints of Fuchsia #B763B2
RGB
CMYK
RGB Variations
Color information
#B763B2 (or 0xB763B2) is known color: Fuchsia. HEX triplet: B7, 63 and B2. RGB value is (183,99,178). Sum of RGB (Red+Green+Blue) = 183+99+178=460 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.78% from 460); Green value is 99 (39.06% from 255 or 21.52% from 460); Blue value is 178 (69.92% from 255 or 38.70% from 460); Max value from RGB is 183 - color contains mainly: red. Hex color #B763B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B763B2 is #489C4D. Grayscale: #848484. Windows color (decimal): -4758606 or 11690935. OLE color: 11690935.
HSL color Cylindrical-coordinate representation of color #B763B2: hue angle of 303.57º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B763B2 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 99 | 178 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.28 |
| HSL | 303.57º | 0.37% | 0.55% | - |
| HSV(B) | 303.57º | 0.46% | 0.72% | - |
| XYZ | 32.03 | 22.21 | 44.72 | - |
| YUV | 133.12 | 153.33 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 99 | 178 | 0 | 0.46 | 0.03 | 0.28 | 303.57 | 0.37 | 0.55 |
| Hex | B7 | 63 | B2 | 0 | 2E | 3 | 1C | 130 | 25 | 37 |
| Octal | 267 | 143 | 262 | 0 | 56 | 3 | 34 | 460 | 45 | 67 |
| Binary | 10110111 | 1100011 | 10110010 | 0 | 101110 | 11 | 11100 | 100110000 | 100101 | 110111 |
Color Harmonies of #B763B2
Complementary color
Monochromatic Colors of #B763B2
Black with #B763B2
Text Example
Text Example
White with #B763B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B763B2; }
p { color: rgb(183,99,178); }
H1.HeaderClassName
{
color: #B763B2;
}
.AnyTagClassName
{
color: #B763B2;
}
</style>
background-color css
<style>
a { background-color: #B763B2; }
a { background-color: rgb(183,99,178); }
div.DivClassName
{
background-color: #B763B2;
}
.BgClassName
{
background-color: #B763B2;
}
</style>
border-color css
<style>
span { border-color: #B763B2; }
span { border-color: rgb(183,99,178); }
td.TdClassName
{
border-color: #B763B2;
}
.TagClassName
{
border-color: #B763B2;
}
</style>