Shades of Fuchsia #B643BC
Tints of Fuchsia #B643BC
RGB
CMYK
RGB Variations
Color information
#B643BC (or 0xB643BC) is known color: Fuchsia. HEX triplet: B6, 43 and BC. RGB value is (182,67,188). Sum of RGB (Red+Green+Blue) = 182+67+188=437 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.65% from 437); Green value is 67 (26.56% from 255 or 15.33% from 437); Blue value is 188 (73.83% from 255 or 43.02% from 437); Max value from RGB is 188 - color contains mainly: blue. Hex color #B643BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B643BC is #49BC43. Grayscale: #727272. Windows color (decimal): -4832324 or 12338102. OLE color: 12338102.
HSL color Cylindrical-coordinate representation of color #B643BC: hue angle of 297.02º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B643BC is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 182 | 67 | 188 | - |
| CMYK | 0.03 | 0.64 | 0 | 0.26 |
| HSL | 297.02º | 0.47% | 0.5% | - |
| HSV(B) | 297.02º | 0.64% | 0.74% | - |
| XYZ | 30.38 | 17.59 | 49.37 | - |
| YUV | 115.18 | 169.1 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 67 | 188 | 0.03 | 0.64 | 0 | 0.26 | 297.02 | 0.47 | 0.5 |
| Hex | B6 | 43 | BC | 3 | 40 | 0 | 1A | 129 | 2F | 32 |
| Octal | 266 | 103 | 274 | 3 | 100 | 0 | 32 | 451 | 57 | 62 |
| Binary | 10110110 | 1000011 | 10111100 | 11 | 1000000 | 0 | 11010 | 100101001 | 101111 | 110010 |
Color Harmonies of #B643BC
Complementary color
Monochromatic Colors of #B643BC
Black with #B643BC
Text Example
Text Example
White with #B643BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B643BC; }
p { color: rgb(182,67,188); }
H1.HeaderClassName
{
color: #B643BC;
}
.AnyTagClassName
{
color: #B643BC;
}
</style>
background-color css
<style>
a { background-color: #B643BC; }
a { background-color: rgb(182,67,188); }
div.DivClassName
{
background-color: #B643BC;
}
.BgClassName
{
background-color: #B643BC;
}
</style>
border-color css
<style>
span { border-color: #B643BC; }
span { border-color: rgb(182,67,188); }
td.TdClassName
{
border-color: #B643BC;
}
.TagClassName
{
border-color: #B643BC;
}
</style>