Shades of Jazzberry Jam #BD015A
Tints of Jazzberry Jam #BD015A
RGB
CMYK
RGB Variations
Color information
#BD015A (or 0xBD015A) is known color: Jazzberry Jam. HEX triplet: BD, 01 and 5A. RGB value is (189,1,90). Sum of RGB (Red+Green+Blue) = 189+1+90=280 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.5% from 280); Green value is 1 (0.78% from 255 or 0.36% from 280); Blue value is 90 (35.55% from 255 or 32.14% from 280); Max value from RGB is 189 - color contains mainly: red. Hex color #BD015A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD015A is #42FEA5. Grayscale: #434343. Windows color (decimal): -4390566 or 5898685. OLE color: 5898685.
HSL color Cylindrical-coordinate representation of color #BD015A: hue angle of 331.6º 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 #BD015A is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 1 | 90 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.26 |
| HSL | 331.6º | 0.99% | 0.37% | - |
| HSV(B) | 331.6º | 0.99% | 0.74% | - |
| XYZ | 22.84 | 11.58 | 10.7 | - |
| YUV | 67.36 | 140.78 | 214.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 1 | 90 | 0 | 0.99 | 0.52 | 0.26 | 331.6 | 0.99 | 0.37 |
| Hex | BD | 1 | 5A | 0 | 63 | 34 | 1A | 14C | 63 | 25 |
| Octal | 275 | 1 | 132 | 0 | 143 | 64 | 32 | 514 | 143 | 45 |
| Binary | 10111101 | 1 | 1011010 | 0 | 1100011 | 110100 | 11010 | 101001100 | 1100011 | 100101 |
Color Harmonies of #BD015A
Complementary color
Monochromatic Colors of #BD015A
Black with #BD015A
Text Example
Text Example
White with #BD015A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD015A; }
p { color: rgb(189,1,90); }
H1.HeaderClassName
{
color: #BD015A;
}
.AnyTagClassName
{
color: #BD015A;
}
</style>
background-color css
<style>
a { background-color: #BD015A; }
a { background-color: rgb(189,1,90); }
div.DivClassName
{
background-color: #BD015A;
}
.BgClassName
{
background-color: #BD015A;
}
</style>
border-color css
<style>
span { border-color: #BD015A; }
span { border-color: rgb(189,1,90); }
td.TdClassName
{
border-color: #BD015A;
}
.TagClassName
{
border-color: #BD015A;
}
</style>