Shades of Fuchsia #B633C2
Tints of Fuchsia #B633C2
RGB
CMYK
RGB Variations
Color information
#B633C2 (or 0xB633C2) is known color: Fuchsia. HEX triplet: B6, 33 and C2. RGB value is (182,51,194). Sum of RGB (Red+Green+Blue) = 182+51+194=427 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.62% from 427); Green value is 51 (20.31% from 255 or 11.94% from 427); Blue value is 194 (76.17% from 255 or 45.43% from 427); Max value from RGB is 194 - color contains mainly: blue. Hex color #B633C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B633C2 is #49CC3D. Grayscale: #6A6A6A. Windows color (decimal): -4836414 or 12727222. OLE color: 12727222.
HSL color Cylindrical-coordinate representation of color #B633C2: hue angle of 294.97º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B633C2 is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 182 | 51 | 194 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.24 |
| HSL | 294.97º | 0.58% | 0.48% | - |
| HSV(B) | 294.97º | 0.74% | 0.76% | - |
| XYZ | 30.21 | 16.21 | 52.57 | - |
| YUV | 106.47 | 177.4 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 51 | 194 | 0.06 | 0.74 | 0 | 0.24 | 294.97 | 0.58 | 0.48 |
| Hex | B6 | 33 | C2 | 6 | 4A | 0 | 18 | 127 | 3A | 30 |
| Octal | 266 | 63 | 302 | 6 | 112 | 0 | 30 | 447 | 72 | 60 |
| Binary | 10110110 | 110011 | 11000010 | 110 | 1001010 | 0 | 11000 | 100100111 | 111010 | 110000 |
Color Harmonies of #B633C2
Complementary color
Monochromatic Colors of #B633C2
Black with #B633C2
Text Example
Text Example
White with #B633C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B633C2; }
p { color: rgb(182,51,194); }
H1.HeaderClassName
{
color: #B633C2;
}
.AnyTagClassName
{
color: #B633C2;
}
</style>
background-color css
<style>
a { background-color: #B633C2; }
a { background-color: rgb(182,51,194); }
div.DivClassName
{
background-color: #B633C2;
}
.BgClassName
{
background-color: #B633C2;
}
</style>
border-color css
<style>
span { border-color: #B633C2; }
span { border-color: rgb(182,51,194); }
td.TdClassName
{
border-color: #B633C2;
}
.TagClassName
{
border-color: #B633C2;
}
</style>