Shades of Jazzberry Jam #BD125A
Tints of Jazzberry Jam #BD125A
RGB
CMYK
RGB Variations
Color information
#BD125A (or 0xBD125A) is known color: Jazzberry Jam. HEX triplet: BD, 12 and 5A. RGB value is (189,18,90). Sum of RGB (Red+Green+Blue) = 189+18+90=297 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.64% from 297); Green value is 18 (7.42% from 255 or 6.06% from 297); Blue value is 90 (35.55% from 255 or 30.30% from 297); Max value from RGB is 189 - color contains mainly: red. Hex color #BD125A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD125A is #42EDA5. Grayscale: #4D4D4D. Windows color (decimal): -4386214 or 5903037. OLE color: 5903037.
HSL color Cylindrical-coordinate representation of color #BD125A: hue angle of 334.74º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD125A is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 18 | 90 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.26 |
| HSL | 334.74º | 0.83% | 0.41% | - |
| HSV(B) | 334.74º | 0.9% | 0.74% | - |
| XYZ | 23.05 | 11.99 | 10.77 | - |
| YUV | 77.34 | 135.15 | 207.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 18 | 90 | 0 | 0.90 | 0.52 | 0.26 | 334.74 | 0.83 | 0.41 |
| Hex | BD | 12 | 5A | 0 | 5A | 34 | 1A | 14F | 53 | 29 |
| Octal | 275 | 22 | 132 | 0 | 132 | 64 | 32 | 517 | 123 | 51 |
| Binary | 10111101 | 10010 | 1011010 | 0 | 1011010 | 110100 | 11010 | 101001111 | 1010011 | 101001 |
Color Harmonies of #BD125A
Complementary color
Monochromatic Colors of #BD125A
Black with #BD125A
Text Example
Text Example
White with #BD125A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD125A; }
p { color: rgb(189,18,90); }
H1.HeaderClassName
{
color: #BD125A;
}
.AnyTagClassName
{
color: #BD125A;
}
</style>
background-color css
<style>
a { background-color: #BD125A; }
a { background-color: rgb(189,18,90); }
div.DivClassName
{
background-color: #BD125A;
}
.BgClassName
{
background-color: #BD125A;
}
</style>
border-color css
<style>
span { border-color: #BD125A; }
span { border-color: rgb(189,18,90); }
td.TdClassName
{
border-color: #BD125A;
}
.TagClassName
{
border-color: #BD125A;
}
</style>