Shades of Jazzberry Jam #BD0867
Tints of Jazzberry Jam #BD0867
RGB
CMYK
RGB Variations
Color information
#BD0867 (or 0xBD0867) is known color: Jazzberry Jam. HEX triplet: BD, 08 and 67. RGB value is (189,8,103). Sum of RGB (Red+Green+Blue) = 189+8+103=300 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63% from 300); Green value is 8 (3.52% from 255 or 2.67% from 300); Blue value is 103 (40.62% from 255 or 34.33% from 300); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0867 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0867 is #42F798. Grayscale: #484848. Windows color (decimal): -4388761 or 6752445. OLE color: 6752445.
HSL color Cylindrical-coordinate representation of color #BD0867: hue angle of 328.51º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD0867 is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 8 | 103 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.26 |
| HSL | 328.51º | 0.92% | 0.39% | - |
| HSV(B) | 328.51º | 0.96% | 0.74% | - |
| XYZ | 23.52 | 11.97 | 13.9 | - |
| YUV | 72.95 | 144.97 | 210.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 8 | 103 | 0 | 0.96 | 0.46 | 0.26 | 328.51 | 0.92 | 0.39 |
| Hex | BD | 8 | 67 | 0 | 60 | 2E | 1A | 149 | 5C | 27 |
| Octal | 275 | 10 | 147 | 0 | 140 | 56 | 32 | 511 | 134 | 47 |
| Binary | 10111101 | 1000 | 1100111 | 0 | 1100000 | 101110 | 11010 | 101001001 | 1011100 | 100111 |
Color Harmonies of #BD0867
Complementary color
Monochromatic Colors of #BD0867
Black with #BD0867
Text Example
Text Example
White with #BD0867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0867; }
p { color: rgb(189,8,103); }
H1.HeaderClassName
{
color: #BD0867;
}
.AnyTagClassName
{
color: #BD0867;
}
</style>
background-color css
<style>
a { background-color: #BD0867; }
a { background-color: rgb(189,8,103); }
div.DivClassName
{
background-color: #BD0867;
}
.BgClassName
{
background-color: #BD0867;
}
</style>
border-color css
<style>
span { border-color: #BD0867; }
span { border-color: rgb(189,8,103); }
td.TdClassName
{
border-color: #BD0867;
}
.TagClassName
{
border-color: #BD0867;
}
</style>