Shades of Jazzberry Jam #BD095D
Tints of Jazzberry Jam #BD095D
RGB
CMYK
RGB Variations
Color information
#BD095D (or 0xBD095D) is known color: Jazzberry Jam. HEX triplet: BD, 09 and 5D. RGB value is (189,9,93). Sum of RGB (Red+Green+Blue) = 189+9+93=291 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.95% from 291); Green value is 9 (3.91% from 255 or 3.09% from 291); Blue value is 93 (36.72% from 255 or 31.96% from 291); Max value from RGB is 189 - color contains mainly: red. Hex color #BD095D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD095D is #42F6A2. Grayscale: #484848. Windows color (decimal): -4388515 or 6097341. OLE color: 6097341.
HSL color Cylindrical-coordinate representation of color #BD095D: hue angle of 332º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BD095D is Cyan = 0, Magento = 0.95, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 9 | 93 | - |
| CMYK | 0 | 0.95 | 0.51 | 0.26 |
| HSL | 332º | 0.91% | 0.39% | - |
| HSV(B) | 332º | 0.95% | 0.74% | - |
| XYZ | 23.06 | 11.8 | 11.42 | - |
| YUV | 72.4 | 139.63 | 211.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 9 | 93 | 0 | 0.95 | 0.51 | 0.26 | 332 | 0.91 | 0.39 |
| Hex | BD | 9 | 5D | 0 | 5F | 33 | 1A | 14C | 5B | 27 |
| Octal | 275 | 11 | 135 | 0 | 137 | 63 | 32 | 514 | 133 | 47 |
| Binary | 10111101 | 1001 | 1011101 | 0 | 1011111 | 110011 | 11010 | 101001100 | 1011011 | 100111 |
Color Harmonies of #BD095D
Complementary color
Monochromatic Colors of #BD095D
Black with #BD095D
Text Example
Text Example
White with #BD095D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD095D; }
p { color: rgb(189,9,93); }
H1.HeaderClassName
{
color: #BD095D;
}
.AnyTagClassName
{
color: #BD095D;
}
</style>
background-color css
<style>
a { background-color: #BD095D; }
a { background-color: rgb(189,9,93); }
div.DivClassName
{
background-color: #BD095D;
}
.BgClassName
{
background-color: #BD095D;
}
</style>
border-color css
<style>
span { border-color: #BD095D; }
span { border-color: rgb(189,9,93); }
td.TdClassName
{
border-color: #BD095D;
}
.TagClassName
{
border-color: #BD095D;
}
</style>