Shades of Jazzberry Jam #BD015C
Tints of Jazzberry Jam #BD015C
RGB
CMYK
RGB Variations
Color information
#BD015C (or 0xBD015C) is known color: Jazzberry Jam. HEX triplet: BD, 01 and 5C. RGB value is (189,1,92). Sum of RGB (Red+Green+Blue) = 189+1+92=282 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.02% from 282); Green value is 1 (0.78% from 255 or 0.35% from 282); Blue value is 92 (36.33% from 255 or 32.62% from 282); Max value from RGB is 189 - color contains mainly: red. Hex color #BD015C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD015C is #42FEA3. Grayscale: #434343. Windows color (decimal): -4390564 or 6029757. OLE color: 6029757.
HSL color Cylindrical-coordinate representation of color #BD015C: hue angle of 330.96º 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 #BD015C is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 1 | 92 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.26 |
| HSL | 330.96º | 0.99% | 0.37% | - |
| HSV(B) | 330.96º | 0.99% | 0.74% | - |
| XYZ | 22.93 | 11.61 | 11.16 | - |
| YUV | 67.59 | 141.78 | 214.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 1 | 92 | 0 | 0.99 | 0.51 | 0.26 | 330.96 | 0.99 | 0.37 |
| Hex | BD | 1 | 5C | 0 | 63 | 33 | 1A | 14B | 63 | 25 |
| Octal | 275 | 1 | 134 | 0 | 143 | 63 | 32 | 513 | 143 | 45 |
| Binary | 10111101 | 1 | 1011100 | 0 | 1100011 | 110011 | 11010 | 101001011 | 1100011 | 100101 |
Color Harmonies of #BD015C
Complementary color
Monochromatic Colors of #BD015C
Black with #BD015C
Text Example
Text Example
White with #BD015C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD015C; }
p { color: rgb(189,1,92); }
H1.HeaderClassName
{
color: #BD015C;
}
.AnyTagClassName
{
color: #BD015C;
}
</style>
background-color css
<style>
a { background-color: #BD015C; }
a { background-color: rgb(189,1,92); }
div.DivClassName
{
background-color: #BD015C;
}
.BgClassName
{
background-color: #BD015C;
}
</style>
border-color css
<style>
span { border-color: #BD015C; }
span { border-color: rgb(189,1,92); }
td.TdClassName
{
border-color: #BD015C;
}
.TagClassName
{
border-color: #BD015C;
}
</style>