Shades of Hopbush #BC6399
Tints of Hopbush #BC6399
RGB
CMYK
RGB Variations
Color information
#BC6399 (or 0xBC6399) is known color: Hopbush. HEX triplet: BC, 63 and 99. RGB value is (188,99,153). Sum of RGB (Red+Green+Blue) = 188+99+153=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 99 (39.06% from 255 or 22.5% from 440); Blue value is 153 (60.16% from 255 or 34.77% from 440); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6399 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6399 is #439C66. Grayscale: #838383. Windows color (decimal): -4430951 or 10052540. OLE color: 10052540.
HSL color Cylindrical-coordinate representation of color #BC6399: hue angle of 323.6º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC6399 is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 99 | 153 | - |
| CMYK | 0 | 0.47 | 0.19 | 0.26 |
| HSL | 323.6º | 0.4% | 0.56% | - |
| HSV(B) | 323.6º | 0.47% | 0.74% | - |
| XYZ | 30.95 | 21.91 | 32.74 | - |
| YUV | 131.77 | 139.99 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 99 | 153 | 0 | 0.47 | 0.19 | 0.26 | 323.6 | 0.4 | 0.56 |
| Hex | BC | 63 | 99 | 0 | 2F | 13 | 1A | 144 | 28 | 38 |
| Octal | 274 | 143 | 231 | 0 | 57 | 23 | 32 | 504 | 50 | 70 |
| Binary | 10111100 | 1100011 | 10011001 | 0 | 101111 | 10011 | 11010 | 101000100 | 101000 | 111000 |
Color Harmonies of #BC6399
Complementary color
Monochromatic Colors of #BC6399
Black with #BC6399
Text Example
Text Example
White with #BC6399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6399; }
p { color: rgb(188,99,153); }
H1.HeaderClassName
{
color: #BC6399;
}
.AnyTagClassName
{
color: #BC6399;
}
</style>
background-color css
<style>
a { background-color: #BC6399; }
a { background-color: rgb(188,99,153); }
div.DivClassName
{
background-color: #BC6399;
}
.BgClassName
{
background-color: #BC6399;
}
</style>
border-color css
<style>
span { border-color: #BC6399; }
span { border-color: rgb(188,99,153); }
td.TdClassName
{
border-color: #BC6399;
}
.TagClassName
{
border-color: #BC6399;
}
</style>