Shades of Fuchsia #B633B0
Tints of Fuchsia #B633B0
RGB
CMYK
RGB Variations
Color information
#B633B0 (or 0xB633B0) is known color: Fuchsia. HEX triplet: B6, 33 and B0. RGB value is (182,51,176). Sum of RGB (Red+Green+Blue) = 182+51+176=409 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.50% from 409); Green value is 51 (20.31% from 255 or 12.47% from 409); Blue value is 176 (69.14% from 255 or 43.03% from 409); Max value from RGB is 182 - color contains mainly: red. Hex color #B633B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B633B0 is #49CC4F. Grayscale: #686868. Windows color (decimal): -4836432 or 11547574. OLE color: 11547574.
HSL color Cylindrical-coordinate representation of color #B633B0: hue angle of 302.75º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B633B0 is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 51 | 176 | - |
| CMYK | 0 | 0.72 | 0.03 | 0.29 |
| HSL | 302.75º | 0.56% | 0.46% | - |
| HSV(B) | 302.75º | 0.72% | 0.71% | - |
| XYZ | 28.31 | 15.45 | 42.56 | - |
| YUV | 104.42 | 168.4 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 51 | 176 | 0 | 0.72 | 0.03 | 0.29 | 302.75 | 0.56 | 0.46 |
| Hex | B6 | 33 | B0 | 0 | 48 | 3 | 1D | 12F | 38 | 2E |
| Octal | 266 | 63 | 260 | 0 | 110 | 3 | 35 | 457 | 70 | 56 |
| Binary | 10110110 | 110011 | 10110000 | 0 | 1001000 | 11 | 11101 | 100101111 | 111000 | 101110 |
Color Harmonies of #B633B0
Complementary color
Monochromatic Colors of #B633B0
Black with #B633B0
Text Example
Text Example
White with #B633B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B633B0; }
p { color: rgb(182,51,176); }
H1.HeaderClassName
{
color: #B633B0;
}
.AnyTagClassName
{
color: #B633B0;
}
</style>
background-color css
<style>
a { background-color: #B633B0; }
a { background-color: rgb(182,51,176); }
div.DivClassName
{
background-color: #B633B0;
}
.BgClassName
{
background-color: #B633B0;
}
</style>
border-color css
<style>
span { border-color: #B633B0; }
span { border-color: rgb(182,51,176); }
td.TdClassName
{
border-color: #B633B0;
}
.TagClassName
{
border-color: #B633B0;
}
</style>