Shades of Fuchsia #B653C4
Tints of Fuchsia #B653C4
RGB
CMYK
RGB Variations
Color information
#B653C4 (or 0xB653C4) is known color: Fuchsia. HEX triplet: B6, 53 and C4. RGB value is (182,83,196). Sum of RGB (Red+Green+Blue) = 182+83+196=461 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.48% from 461); Green value is 83 (32.81% from 255 or 18.00% from 461); Blue value is 196 (76.95% from 255 or 42.52% from 461); Max value from RGB is 196 - color contains mainly: blue. Hex color #B653C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B653C4 is #49AC3B. Grayscale: #7D7D7D. Windows color (decimal): -4828220 or 12866486. OLE color: 12866486.
HSL color Cylindrical-coordinate representation of color #B653C4: hue angle of 292.57º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B653C4 is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 182 | 83 | 196 | - |
| CMYK | 0.07 | 0.58 | 0 | 0.23 |
| HSL | 292.57º | 0.49% | 0.55% | - |
| HSV(B) | 292.57º | 0.58% | 0.77% | - |
| XYZ | 32.35 | 20.12 | 54.4 | - |
| YUV | 125.48 | 167.8 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 83 | 196 | 0.07 | 0.58 | 0 | 0.23 | 292.57 | 0.49 | 0.55 |
| Hex | B6 | 53 | C4 | 7 | 3A | 0 | 17 | 125 | 31 | 37 |
| Octal | 266 | 123 | 304 | 7 | 72 | 0 | 27 | 445 | 61 | 67 |
| Binary | 10110110 | 1010011 | 11000100 | 111 | 111010 | 0 | 10111 | 100100101 | 110001 | 110111 |
Color Harmonies of #B653C4
Complementary color
Monochromatic Colors of #B653C4
Black with #B653C4
Text Example
Text Example
White with #B653C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B653C4; }
p { color: rgb(182,83,196); }
H1.HeaderClassName
{
color: #B653C4;
}
.AnyTagClassName
{
color: #B653C4;
}
</style>
background-color css
<style>
a { background-color: #B653C4; }
a { background-color: rgb(182,83,196); }
div.DivClassName
{
background-color: #B653C4;
}
.BgClassName
{
background-color: #B653C4;
}
</style>
border-color css
<style>
span { border-color: #B653C4; }
span { border-color: rgb(182,83,196); }
td.TdClassName
{
border-color: #B653C4;
}
.TagClassName
{
border-color: #B653C4;
}
</style>