Shades of Jazzberry Jam #BD175D
Tints of Jazzberry Jam #BD175D
RGB
CMYK
RGB Variations
Color information
#BD175D (or 0xBD175D) is known color: Jazzberry Jam. HEX triplet: BD, 17 and 5D. RGB value is (189,23,93). Sum of RGB (Red+Green+Blue) = 189+23+93=305 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.97% from 305); Green value is 23 (9.38% from 255 or 7.54% from 305); Blue value is 93 (36.72% from 255 or 30.49% from 305); Max value from RGB is 189 - color contains mainly: red. Hex color #BD175D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD175D is #42E8A2. Grayscale: #505050. Windows color (decimal): -4384931 or 6100925. OLE color: 6100925.
HSL color Cylindrical-coordinate representation of color #BD175D: hue angle of 334.7º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD175D is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 23 | 93 | - |
| CMYK | 0 | 0.88 | 0.51 | 0.26 |
| HSL | 334.7º | 0.78% | 0.42% | - |
| HSV(B) | 334.7º | 0.88% | 0.74% | - |
| XYZ | 23.27 | 12.22 | 11.49 | - |
| YUV | 80.61 | 135 | 205.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 23 | 93 | 0 | 0.88 | 0.51 | 0.26 | 334.7 | 0.78 | 0.42 |
| Hex | BD | 17 | 5D | 0 | 58 | 33 | 1A | 14F | 4E | 2A |
| Octal | 275 | 27 | 135 | 0 | 130 | 63 | 32 | 517 | 116 | 52 |
| Binary | 10111101 | 10111 | 1011101 | 0 | 1011000 | 110011 | 11010 | 101001111 | 1001110 | 101010 |
Color Harmonies of #BD175D
Complementary color
Monochromatic Colors of #BD175D
Black with #BD175D
Text Example
Text Example
White with #BD175D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD175D; }
p { color: rgb(189,23,93); }
H1.HeaderClassName
{
color: #BD175D;
}
.AnyTagClassName
{
color: #BD175D;
}
</style>
background-color css
<style>
a { background-color: #BD175D; }
a { background-color: rgb(189,23,93); }
div.DivClassName
{
background-color: #BD175D;
}
.BgClassName
{
background-color: #BD175D;
}
</style>
border-color css
<style>
span { border-color: #BD175D; }
span { border-color: rgb(189,23,93); }
td.TdClassName
{
border-color: #BD175D;
}
.TagClassName
{
border-color: #BD175D;
}
</style>