Shades of Jazzberry Jam #BD015B
Tints of Jazzberry Jam #BD015B
RGB
CMYK
RGB Variations
Color information
#BD015B (or 0xBD015B) is known color: Jazzberry Jam. HEX triplet: BD, 01 and 5B. RGB value is (189,1,91). Sum of RGB (Red+Green+Blue) = 189+1+91=281 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.26% from 281); Green value is 1 (0.78% from 255 or 0.36% from 281); Blue value is 91 (35.94% from 255 or 32.38% from 281); Max value from RGB is 189 - color contains mainly: red. Hex color #BD015B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD015B is #42FEA4. Grayscale: #434343. Windows color (decimal): -4390565 or 5964221. OLE color: 5964221.
HSL color Cylindrical-coordinate representation of color #BD015B: hue angle of 331.28º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD015B is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 1 | 91 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.26 |
| HSL | 331.28º | 0.99% | 0.37% | - |
| HSV(B) | 331.28º | 0.99% | 0.74% | - |
| XYZ | 22.89 | 11.6 | 10.93 | - |
| YUV | 67.47 | 141.28 | 214.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 1 | 91 | 0 | 0.99 | 0.52 | 0.26 | 331.28 | 0.99 | 0.37 |
| Hex | BD | 1 | 5B | 0 | 63 | 34 | 1A | 14B | 63 | 25 |
| Octal | 275 | 1 | 133 | 0 | 143 | 64 | 32 | 513 | 143 | 45 |
| Binary | 10111101 | 1 | 1011011 | 0 | 1100011 | 110100 | 11010 | 101001011 | 1100011 | 100101 |
Color Harmonies of #BD015B
Complementary color
Monochromatic Colors of #BD015B
Black with #BD015B
Text Example
Text Example
White with #BD015B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD015B; }
p { color: rgb(189,1,91); }
H1.HeaderClassName
{
color: #BD015B;
}
.AnyTagClassName
{
color: #BD015B;
}
</style>
background-color css
<style>
a { background-color: #BD015B; }
a { background-color: rgb(189,1,91); }
div.DivClassName
{
background-color: #BD015B;
}
.BgClassName
{
background-color: #BD015B;
}
</style>
border-color css
<style>
span { border-color: #BD015B; }
span { border-color: rgb(189,1,91); }
td.TdClassName
{
border-color: #BD015B;
}
.TagClassName
{
border-color: #BD015B;
}
</style>