Shades of Fuchsia #B65CC0
Tints of Fuchsia #B65CC0
RGB
CMYK
RGB Variations
Color information
#B65CC0 (or 0xB65CC0) is known color: Fuchsia. HEX triplet: B6, 5C and C0. RGB value is (182,92,192). Sum of RGB (Red+Green+Blue) = 182+92+192=466 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.06% from 466); Green value is 92 (36.33% from 255 or 19.74% from 466); Blue value is 192 (75.39% from 255 or 41.20% from 466); Max value from RGB is 192 - color contains mainly: blue. Hex color #B65CC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65CC0 is #49A33F. Grayscale: #828282. Windows color (decimal): -4825920 or 12606646. OLE color: 12606646.
HSL color Cylindrical-coordinate representation of color #B65CC0: hue angle of 294º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B65CC0 is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 182 | 92 | 192 | - |
| CMYK | 0.05 | 0.52 | 0 | 0.25 |
| HSL | 294º | 0.44% | 0.56% | - |
| HSV(B) | 294º | 0.52% | 0.75% | - |
| XYZ | 32.63 | 21.41 | 52.28 | - |
| YUV | 130.31 | 162.82 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 92 | 192 | 0.05 | 0.52 | 0 | 0.25 | 294 | 0.44 | 0.56 |
| Hex | B6 | 5C | C0 | 5 | 34 | 0 | 19 | 126 | 2C | 38 |
| Octal | 266 | 134 | 300 | 5 | 64 | 0 | 31 | 446 | 54 | 70 |
| Binary | 10110110 | 1011100 | 11000000 | 101 | 110100 | 0 | 11001 | 100100110 | 101100 | 111000 |
Color Harmonies of #B65CC0
Complementary color
Monochromatic Colors of #B65CC0
Black with #B65CC0
Text Example
Text Example
White with #B65CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65CC0; }
p { color: rgb(182,92,192); }
H1.HeaderClassName
{
color: #B65CC0;
}
.AnyTagClassName
{
color: #B65CC0;
}
</style>
background-color css
<style>
a { background-color: #B65CC0; }
a { background-color: rgb(182,92,192); }
div.DivClassName
{
background-color: #B65CC0;
}
.BgClassName
{
background-color: #B65CC0;
}
</style>
border-color css
<style>
span { border-color: #B65CC0; }
span { border-color: rgb(182,92,192); }
td.TdClassName
{
border-color: #B65CC0;
}
.TagClassName
{
border-color: #B65CC0;
}
</style>