Shades of Fuchsia #B962B3
Tints of Fuchsia #B962B3
RGB
CMYK
RGB Variations
Color information
#B962B3 (or 0xB962B3) is known color: Fuchsia. HEX triplet: B9, 62 and B3. RGB value is (185,98,179). Sum of RGB (Red+Green+Blue) = 185+98+179=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 98 (38.67% from 255 or 21.21% from 462); Blue value is 179 (70.31% from 255 or 38.74% from 462); Max value from RGB is 185 - color contains mainly: red. Hex color #B962B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B962B3 is #469D4C. Grayscale: #858585. Windows color (decimal): -4627789 or 11756217. OLE color: 11756217.
HSL color Cylindrical-coordinate representation of color #B962B3: hue angle of 304.14º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B962B3 is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 98 | 179 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.27 |
| HSL | 304.14º | 0.38% | 0.55% | - |
| HSV(B) | 304.14º | 0.47% | 0.73% | - |
| XYZ | 32.51 | 22.3 | 45.24 | - |
| YUV | 133.25 | 153.82 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 98 | 179 | 0 | 0.47 | 0.03 | 0.27 | 304.14 | 0.38 | 0.55 |
| Hex | B9 | 62 | B3 | 0 | 2F | 3 | 1B | 130 | 26 | 37 |
| Octal | 271 | 142 | 263 | 0 | 57 | 3 | 33 | 460 | 46 | 67 |
| Binary | 10111001 | 1100010 | 10110011 | 0 | 101111 | 11 | 11011 | 100110000 | 100110 | 110111 |
Color Harmonies of #B962B3
Complementary color
Monochromatic Colors of #B962B3
Black with #B962B3
Text Example
Text Example
White with #B962B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B962B3; }
p { color: rgb(185,98,179); }
H1.HeaderClassName
{
color: #B962B3;
}
.AnyTagClassName
{
color: #B962B3;
}
</style>
background-color css
<style>
a { background-color: #B962B3; }
a { background-color: rgb(185,98,179); }
div.DivClassName
{
background-color: #B962B3;
}
.BgClassName
{
background-color: #B962B3;
}
</style>
border-color css
<style>
span { border-color: #B962B3; }
span { border-color: rgb(185,98,179); }
td.TdClassName
{
border-color: #B962B3;
}
.TagClassName
{
border-color: #B962B3;
}
</style>