Shades of Fuchsia #B62DBB
Tints of Fuchsia #B62DBB
RGB
CMYK
RGB Variations
Color information
#B62DBB (or 0xB62DBB) is known color: Fuchsia. HEX triplet: B6, 2D and BB. RGB value is (182,45,187). Sum of RGB (Red+Green+Blue) = 182+45+187=414 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.96% from 414); Green value is 45 (17.97% from 255 or 10.87% from 414); Blue value is 187 (73.44% from 255 or 45.17% from 414); Max value from RGB is 187 - color contains mainly: blue. Hex color #B62DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B62DBB is #49D244. Grayscale: #656565. Windows color (decimal): -4837957 or 12266934. OLE color: 12266934.
HSL color Cylindrical-coordinate representation of color #B62DBB: hue angle of 297.89º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B62DBB is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 182 | 45 | 187 | - |
| CMYK | 0.03 | 0.76 | 0 | 0.27 |
| HSL | 297.89º | 0.61% | 0.45% | - |
| HSV(B) | 297.89º | 0.76% | 0.73% | - |
| XYZ | 29.2 | 15.41 | 48.45 | - |
| YUV | 102.15 | 175.89 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 45 | 187 | 0.03 | 0.76 | 0 | 0.27 | 297.89 | 0.61 | 0.45 |
| Hex | B6 | 2D | BB | 3 | 4C | 0 | 1B | 12A | 3D | 2D |
| Octal | 266 | 55 | 273 | 3 | 114 | 0 | 33 | 452 | 75 | 55 |
| Binary | 10110110 | 101101 | 10111011 | 11 | 1001100 | 0 | 11011 | 100101010 | 111101 | 101101 |
Color Harmonies of #B62DBB
Complementary color
Monochromatic Colors of #B62DBB
Black with #B62DBB
Text Example
Text Example
White with #B62DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62DBB; }
p { color: rgb(182,45,187); }
H1.HeaderClassName
{
color: #B62DBB;
}
.AnyTagClassName
{
color: #B62DBB;
}
</style>
background-color css
<style>
a { background-color: #B62DBB; }
a { background-color: rgb(182,45,187); }
div.DivClassName
{
background-color: #B62DBB;
}
.BgClassName
{
background-color: #B62DBB;
}
</style>
border-color css
<style>
span { border-color: #B62DBB; }
span { border-color: rgb(182,45,187); }
td.TdClassName
{
border-color: #B62DBB;
}
.TagClassName
{
border-color: #B62DBB;
}
</style>