Shades of Jazzberry Jam #BD014E
Tints of Jazzberry Jam #BD014E
RGB
CMYK
RGB Variations
Color information
#BD014E (or 0xBD014E) is known color: Jazzberry Jam. HEX triplet: BD, 01 and 4E. RGB value is (189,1,78). Sum of RGB (Red+Green+Blue) = 189+1+78=268 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.52% from 268); Green value is 1 (0.78% from 255 or 0.37% from 268); Blue value is 78 (30.86% from 255 or 29.10% from 268); Max value from RGB is 189 - color contains mainly: red. Hex color #BD014E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD014E is #42FEB1. Grayscale: #414141. Windows color (decimal): -4390578 or 5112253. OLE color: 5112253.
HSL color Cylindrical-coordinate representation of color #BD014E: hue angle of 335.43º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD014E is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 1 | 78 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.26 |
| HSL | 335.43º | 0.99% | 0.37% | - |
| HSV(B) | 335.43º | 0.99% | 0.74% | - |
| XYZ | 22.37 | 11.39 | 8.23 | - |
| YUV | 65.99 | 134.78 | 215.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 1 | 78 | 0 | 0.99 | 0.59 | 0.26 | 335.43 | 0.99 | 0.37 |
| Hex | BD | 1 | 4E | 0 | 63 | 3B | 1A | 14F | 63 | 25 |
| Octal | 275 | 1 | 116 | 0 | 143 | 73 | 32 | 517 | 143 | 45 |
| Binary | 10111101 | 1 | 1001110 | 0 | 1100011 | 111011 | 11010 | 101001111 | 1100011 | 100101 |
Color Harmonies of #BD014E
Complementary color
Monochromatic Colors of #BD014E
Black with #BD014E
Text Example
Text Example
White with #BD014E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD014E; }
p { color: rgb(189,1,78); }
H1.HeaderClassName
{
color: #BD014E;
}
.AnyTagClassName
{
color: #BD014E;
}
</style>
background-color css
<style>
a { background-color: #BD014E; }
a { background-color: rgb(189,1,78); }
div.DivClassName
{
background-color: #BD014E;
}
.BgClassName
{
background-color: #BD014E;
}
</style>
border-color css
<style>
span { border-color: #BD014E; }
span { border-color: rgb(189,1,78); }
td.TdClassName
{
border-color: #BD014E;
}
.TagClassName
{
border-color: #BD014E;
}
</style>