Shades of Jazzberry Jam #BD015D
Tints of Jazzberry Jam #BD015D
RGB
CMYK
RGB Variations
Color information
#BD015D (or 0xBD015D) is known color: Jazzberry Jam. HEX triplet: BD, 01 and 5D. RGB value is (189,1,93). Sum of RGB (Red+Green+Blue) = 189+1+93=283 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.78% from 283); Green value is 1 (0.78% from 255 or 0.35% from 283); Blue value is 93 (36.72% from 255 or 32.86% from 283); Max value from RGB is 189 - color contains mainly: red. Hex color #BD015D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD015D is #42FEA2. Grayscale: #434343. Windows color (decimal): -4390563 or 6095293. OLE color: 6095293.
HSL color Cylindrical-coordinate representation of color #BD015D: hue angle of 330.64º 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 #BD015D is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 1 | 93 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.26 |
| HSL | 330.64º | 0.99% | 0.37% | - |
| HSV(B) | 330.64º | 0.99% | 0.74% | - |
| XYZ | 22.97 | 11.63 | 11.39 | - |
| YUV | 67.7 | 142.28 | 214.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 1 | 93 | 0 | 0.99 | 0.51 | 0.26 | 330.64 | 0.99 | 0.37 |
| Hex | BD | 1 | 5D | 0 | 63 | 33 | 1A | 14B | 63 | 25 |
| Octal | 275 | 1 | 135 | 0 | 143 | 63 | 32 | 513 | 143 | 45 |
| Binary | 10111101 | 1 | 1011101 | 0 | 1100011 | 110011 | 11010 | 101001011 | 1100011 | 100101 |
Color Harmonies of #BD015D
Complementary color
Monochromatic Colors of #BD015D
Black with #BD015D
Text Example
Text Example
White with #BD015D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD015D; }
p { color: rgb(189,1,93); }
H1.HeaderClassName
{
color: #BD015D;
}
.AnyTagClassName
{
color: #BD015D;
}
</style>
background-color css
<style>
a { background-color: #BD015D; }
a { background-color: rgb(189,1,93); }
div.DivClassName
{
background-color: #BD015D;
}
.BgClassName
{
background-color: #BD015D;
}
</style>
border-color css
<style>
span { border-color: #BD015D; }
span { border-color: rgb(189,1,93); }
td.TdClassName
{
border-color: #BD015D;
}
.TagClassName
{
border-color: #BD015D;
}
</style>