Shades of Jazzberry Jam #BD0C6B
Tints of Jazzberry Jam #BD0C6B
RGB
CMYK
RGB Variations
Color information
#BD0C6B (or 0xBD0C6B) is known color: Jazzberry Jam. HEX triplet: BD, 0C and 6B. RGB value is (189,12,107). Sum of RGB (Red+Green+Blue) = 189+12+107=308 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.36% from 308); Green value is 12 (5.08% from 255 or 3.90% from 308); Blue value is 107 (42.19% from 255 or 34.74% from 308); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0C6B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0C6B is #42F394. Grayscale: #4B4B4B. Windows color (decimal): -4387733 or 7015613. OLE color: 7015613.
HSL color Cylindrical-coordinate representation of color #BD0C6B: hue angle of 327.8º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD0C6B is Cyan = 0, Magento = 0.94, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 12 | 107 | - |
| CMYK | 0 | 0.94 | 0.43 | 0.26 |
| HSL | 327.8º | 0.88% | 0.39% | - |
| HSV(B) | 327.8º | 0.94% | 0.74% | - |
| XYZ | 23.77 | 12.14 | 15 | - |
| YUV | 75.75 | 145.64 | 208.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 12 | 107 | 0 | 0.94 | 0.43 | 0.26 | 327.8 | 0.88 | 0.39 |
| Hex | BD | C | 6B | 0 | 5E | 2B | 1A | 148 | 58 | 27 |
| Octal | 275 | 14 | 153 | 0 | 136 | 53 | 32 | 510 | 130 | 47 |
| Binary | 10111101 | 1100 | 1101011 | 0 | 1011110 | 101011 | 11010 | 101001000 | 1011000 | 100111 |
Color Harmonies of #BD0C6B
Complementary color
Monochromatic Colors of #BD0C6B
Black with #BD0C6B
Text Example
Text Example
White with #BD0C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0C6B; }
p { color: rgb(189,12,107); }
H1.HeaderClassName
{
color: #BD0C6B;
}
.AnyTagClassName
{
color: #BD0C6B;
}
</style>
background-color css
<style>
a { background-color: #BD0C6B; }
a { background-color: rgb(189,12,107); }
div.DivClassName
{
background-color: #BD0C6B;
}
.BgClassName
{
background-color: #BD0C6B;
}
</style>
border-color css
<style>
span { border-color: #BD0C6B; }
span { border-color: rgb(189,12,107); }
td.TdClassName
{
border-color: #BD0C6B;
}
.TagClassName
{
border-color: #BD0C6B;
}
</style>