Shades of Jazzberry Jam #BD195D
Tints of Jazzberry Jam #BD195D
RGB
CMYK
RGB Variations
Color information
#BD195D (or 0xBD195D) is known color: Jazzberry Jam. HEX triplet: BD, 19 and 5D. RGB value is (189,25,93). Sum of RGB (Red+Green+Blue) = 189+25+93=307 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.56% from 307); Green value is 25 (10.16% from 255 or 8.14% from 307); Blue value is 93 (36.72% from 255 or 30.29% from 307); Max value from RGB is 189 - color contains mainly: red. Hex color #BD195D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD195D is #42E6A2. Grayscale: #515151. Windows color (decimal): -4384419 or 6101437. OLE color: 6101437.
HSL color Cylindrical-coordinate representation of color #BD195D: hue angle of 335.12º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BD195D is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 25 | 93 | - |
| CMYK | 0 | 0.87 | 0.51 | 0.26 |
| HSL | 335.12º | 0.77% | 0.42% | - |
| HSV(B) | 335.12º | 0.87% | 0.74% | - |
| XYZ | 23.31 | 12.3 | 11.5 | - |
| YUV | 81.79 | 134.33 | 204.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 25 | 93 | 0 | 0.87 | 0.51 | 0.26 | 335.12 | 0.77 | 0.42 |
| Hex | BD | 19 | 5D | 0 | 57 | 33 | 1A | 14F | 4D | 2A |
| Octal | 275 | 31 | 135 | 0 | 127 | 63 | 32 | 517 | 115 | 52 |
| Binary | 10111101 | 11001 | 1011101 | 0 | 1010111 | 110011 | 11010 | 101001111 | 1001101 | 101010 |
Color Harmonies of #BD195D
Complementary color
Monochromatic Colors of #BD195D
Black with #BD195D
Text Example
Text Example
White with #BD195D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD195D; }
p { color: rgb(189,25,93); }
H1.HeaderClassName
{
color: #BD195D;
}
.AnyTagClassName
{
color: #BD195D;
}
</style>
background-color css
<style>
a { background-color: #BD195D; }
a { background-color: rgb(189,25,93); }
div.DivClassName
{
background-color: #BD195D;
}
.BgClassName
{
background-color: #BD195D;
}
</style>
border-color css
<style>
span { border-color: #BD195D; }
span { border-color: rgb(189,25,93); }
td.TdClassName
{
border-color: #BD195D;
}
.TagClassName
{
border-color: #BD195D;
}
</style>