Shades of Fuchsia #B630B5
Tints of Fuchsia #B630B5
RGB
CMYK
RGB Variations
Color information
#B630B5 (or 0xB630B5) is known color: Fuchsia. HEX triplet: B6, 30 and B5. RGB value is (182,48,181). Sum of RGB (Red+Green+Blue) = 182+48+181=411 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.28% from 411); Green value is 48 (19.14% from 255 or 11.68% from 411); Blue value is 181 (71.09% from 255 or 44.04% from 411); Max value from RGB is 182 - color contains mainly: red. Hex color #B630B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B630B5 is #49CF4A. Grayscale: #666666. Windows color (decimal): -4837195 or 11874486. OLE color: 11874486.
HSL color Cylindrical-coordinate representation of color #B630B5: hue angle of 300.45º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B630B5 is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 48 | 181 | - |
| CMYK | 0 | 0.74 | 0.01 | 0.29 |
| HSL | 300.45º | 0.58% | 0.45% | - |
| HSV(B) | 300.45º | 0.74% | 0.71% | - |
| XYZ | 28.69 | 15.4 | 45.18 | - |
| YUV | 103.23 | 171.89 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 48 | 181 | 0 | 0.74 | 0.01 | 0.29 | 300.45 | 0.58 | 0.45 |
| Hex | B6 | 30 | B5 | 0 | 4A | 1 | 1D | 12C | 3A | 2D |
| Octal | 266 | 60 | 265 | 0 | 112 | 1 | 35 | 454 | 72 | 55 |
| Binary | 10110110 | 110000 | 10110101 | 0 | 1001010 | 1 | 11101 | 100101100 | 111010 | 101101 |
Color Harmonies of #B630B5
Complementary color
Monochromatic Colors of #B630B5
Black with #B630B5
Text Example
Text Example
White with #B630B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B630B5; }
p { color: rgb(182,48,181); }
H1.HeaderClassName
{
color: #B630B5;
}
.AnyTagClassName
{
color: #B630B5;
}
</style>
background-color css
<style>
a { background-color: #B630B5; }
a { background-color: rgb(182,48,181); }
div.DivClassName
{
background-color: #B630B5;
}
.BgClassName
{
background-color: #B630B5;
}
</style>
border-color css
<style>
span { border-color: #B630B5; }
span { border-color: rgb(182,48,181); }
td.TdClassName
{
border-color: #B630B5;
}
.TagClassName
{
border-color: #B630B5;
}
</style>