Shades of Fuchsia #B65CBC
Tints of Fuchsia #B65CBC
RGB
CMYK
RGB Variations
Color information
#B65CBC (or 0xB65CBC) is known color: Fuchsia. HEX triplet: B6, 5C and BC. RGB value is (182,92,188). Sum of RGB (Red+Green+Blue) = 182+92+188=462 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.39% from 462); Green value is 92 (36.33% from 255 or 19.91% from 462); Blue value is 188 (73.83% from 255 or 40.69% from 462); Max value from RGB is 188 - color contains mainly: blue. Hex color #B65CBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65CBC is #49A343. Grayscale: #818181. Windows color (decimal): -4825924 or 12344502. OLE color: 12344502.
HSL color Cylindrical-coordinate representation of color #B65CBC: hue angle of 296.25º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B65CBC is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 182 | 92 | 188 | - |
| CMYK | 0.03 | 0.51 | 0 | 0.26 |
| HSL | 296.25º | 0.42% | 0.55% | - |
| HSV(B) | 296.25º | 0.51% | 0.74% | - |
| XYZ | 32.2 | 21.23 | 49.98 | - |
| YUV | 129.85 | 160.82 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 92 | 188 | 0.03 | 0.51 | 0 | 0.26 | 296.25 | 0.42 | 0.55 |
| Hex | B6 | 5C | BC | 3 | 33 | 0 | 1A | 128 | 2A | 37 |
| Octal | 266 | 134 | 274 | 3 | 63 | 0 | 32 | 450 | 52 | 67 |
| Binary | 10110110 | 1011100 | 10111100 | 11 | 110011 | 0 | 11010 | 100101000 | 101010 | 110111 |
Color Harmonies of #B65CBC
Complementary color
Monochromatic Colors of #B65CBC
Black with #B65CBC
Text Example
Text Example
White with #B65CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65CBC; }
p { color: rgb(182,92,188); }
H1.HeaderClassName
{
color: #B65CBC;
}
.AnyTagClassName
{
color: #B65CBC;
}
</style>
background-color css
<style>
a { background-color: #B65CBC; }
a { background-color: rgb(182,92,188); }
div.DivClassName
{
background-color: #B65CBC;
}
.BgClassName
{
background-color: #B65CBC;
}
</style>
border-color css
<style>
span { border-color: #B65CBC; }
span { border-color: rgb(182,92,188); }
td.TdClassName
{
border-color: #B65CBC;
}
.TagClassName
{
border-color: #B65CBC;
}
</style>