Shades of Fuchsia #B752B3
Tints of Fuchsia #B752B3
RGB
CMYK
RGB Variations
Color information
#B752B3 (or 0xB752B3) is known color: Fuchsia. HEX triplet: B7, 52 and B3. RGB value is (183,82,179). Sum of RGB (Red+Green+Blue) = 183+82+179=444 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.22% from 444); Green value is 82 (32.42% from 255 or 18.47% from 444); Blue value is 179 (70.31% from 255 or 40.32% from 444); Max value from RGB is 183 - color contains mainly: red. Hex color #B752B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B752B3 is #48AD4C. Grayscale: #7A7A7A. Windows color (decimal): -4762957 or 11752119. OLE color: 11752119.
HSL color Cylindrical-coordinate representation of color #B752B3: hue angle of 302.38º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B752B3 is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 82 | 179 | - |
| CMYK | 0 | 0.55 | 0.02 | 0.28 |
| HSL | 302.38º | 0.41% | 0.52% | - |
| HSV(B) | 302.38º | 0.55% | 0.72% | - |
| XYZ | 30.68 | 19.36 | 44.77 | - |
| YUV | 123.26 | 159.46 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 82 | 179 | 0 | 0.55 | 0.02 | 0.28 | 302.38 | 0.41 | 0.52 |
| Hex | B7 | 52 | B3 | 0 | 37 | 2 | 1C | 12E | 29 | 34 |
| Octal | 267 | 122 | 263 | 0 | 67 | 2 | 34 | 456 | 51 | 64 |
| Binary | 10110111 | 1010010 | 10110011 | 0 | 110111 | 10 | 11100 | 100101110 | 101001 | 110100 |
Color Harmonies of #B752B3
Complementary color
Monochromatic Colors of #B752B3
Black with #B752B3
Text Example
Text Example
White with #B752B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B752B3; }
p { color: rgb(183,82,179); }
H1.HeaderClassName
{
color: #B752B3;
}
.AnyTagClassName
{
color: #B752B3;
}
</style>
background-color css
<style>
a { background-color: #B752B3; }
a { background-color: rgb(183,82,179); }
div.DivClassName
{
background-color: #B752B3;
}
.BgClassName
{
background-color: #B752B3;
}
</style>
border-color css
<style>
span { border-color: #B752B3; }
span { border-color: rgb(183,82,179); }
td.TdClassName
{
border-color: #B752B3;
}
.TagClassName
{
border-color: #B752B3;
}
</style>