Shades of Jazzberry Jam #BD005C
Tints of Jazzberry Jam #BD005C
RGB
CMYK
RGB Variations
Color information
#BD005C (or 0xBD005C) is known color: Jazzberry Jam. HEX triplet: BD, 00 and 5C. RGB value is (189,0,92). Sum of RGB (Red+Green+Blue) = 189+0+92=281 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.26% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 92 (36.33% from 255 or 32.74% from 281); Max value from RGB is 189 - color contains mainly: red. Hex color #BD005C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD005C is #42FFA3. Grayscale: #424242. Windows color (decimal): -4390820 or 6029501. OLE color: 6029501.
HSL color Cylindrical-coordinate representation of color #BD005C: hue angle of 330.79º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD005C is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 0 | 92 | - |
| CMYK | 0 | 1 | 0.51 | 0.26 |
| HSL | 330.79º | 1% | 0.37% | - |
| HSV(B) | 330.79º | 1% | 0.74% | - |
| XYZ | 22.92 | 11.59 | 11.15 | - |
| YUV | 67 | 142.12 | 215.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 0 | 92 | 0 | 1 | 0.51 | 0.26 | 330.79 | 1 | 0.37 |
| Hex | BD | 0 | 5C | 0 | 64 | 33 | 1A | 14B | 64 | 25 |
| Octal | 275 | 0 | 134 | 0 | 144 | 63 | 32 | 513 | 144 | 45 |
| Binary | 10111101 | 0 | 1011100 | 0 | 1100100 | 110011 | 11010 | 101001011 | 1100100 | 100101 |
Color Harmonies of #BD005C
Complementary color
Monochromatic Colors of #BD005C
Black with #BD005C
Text Example
Text Example
White with #BD005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD005C; }
p { color: rgb(189,0,92); }
H1.HeaderClassName
{
color: #BD005C;
}
.AnyTagClassName
{
color: #BD005C;
}
</style>
background-color css
<style>
a { background-color: #BD005C; }
a { background-color: rgb(189,0,92); }
div.DivClassName
{
background-color: #BD005C;
}
.BgClassName
{
background-color: #BD005C;
}
</style>
border-color css
<style>
span { border-color: #BD005C; }
span { border-color: rgb(189,0,92); }
td.TdClassName
{
border-color: #BD005C;
}
.TagClassName
{
border-color: #BD005C;
}
</style>