Shades of Jazzberry Jam #BD185D
Tints of Jazzberry Jam #BD185D
RGB
CMYK
RGB Variations
Color information
#BD185D (or 0xBD185D) is known color: Jazzberry Jam. HEX triplet: BD, 18 and 5D. RGB value is (189,24,93). Sum of RGB (Red+Green+Blue) = 189+24+93=306 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.76% from 306); Green value is 24 (9.77% from 255 or 7.84% from 306); Blue value is 93 (36.72% from 255 or 30.39% from 306); Max value from RGB is 189 - color contains mainly: red. Hex color #BD185D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD185D is #42E7A2. Grayscale: #515151. Windows color (decimal): -4384675 or 6101181. OLE color: 6101181.
HSL color Cylindrical-coordinate representation of color #BD185D: hue angle of 334.91º 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 #BD185D is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 24 | 93 | - |
| CMYK | 0 | 0.87 | 0.51 | 0.26 |
| HSL | 334.91º | 0.77% | 0.42% | - |
| HSV(B) | 334.91º | 0.87% | 0.74% | - |
| XYZ | 23.29 | 12.26 | 11.5 | - |
| YUV | 81.2 | 134.66 | 204.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 24 | 93 | 0 | 0.87 | 0.51 | 0.26 | 334.91 | 0.77 | 0.42 |
| Hex | BD | 18 | 5D | 0 | 57 | 33 | 1A | 14F | 4D | 2A |
| Octal | 275 | 30 | 135 | 0 | 127 | 63 | 32 | 517 | 115 | 52 |
| Binary | 10111101 | 11000 | 1011101 | 0 | 1010111 | 110011 | 11010 | 101001111 | 1001101 | 101010 |
Color Harmonies of #BD185D
Complementary color
Monochromatic Colors of #BD185D
Black with #BD185D
Text Example
Text Example
White with #BD185D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD185D; }
p { color: rgb(189,24,93); }
H1.HeaderClassName
{
color: #BD185D;
}
.AnyTagClassName
{
color: #BD185D;
}
</style>
background-color css
<style>
a { background-color: #BD185D; }
a { background-color: rgb(189,24,93); }
div.DivClassName
{
background-color: #BD185D;
}
.BgClassName
{
background-color: #BD185D;
}
</style>
border-color css
<style>
span { border-color: #BD185D; }
span { border-color: rgb(189,24,93); }
td.TdClassName
{
border-color: #BD185D;
}
.TagClassName
{
border-color: #BD185D;
}
</style>