Shades of Jazzberry Jam #BD0366
Tints of Jazzberry Jam #BD0366
RGB
CMYK
RGB Variations
Color information
#BD0366 (or 0xBD0366) is known color: Jazzberry Jam. HEX triplet: BD, 03 and 66. RGB value is (189,3,102). Sum of RGB (Red+Green+Blue) = 189+3+102=294 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.29% from 294); Green value is 3 (1.56% from 255 or 1.02% from 294); Blue value is 102 (40.23% from 255 or 34.69% from 294); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0366 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0366 is #42FC99. Grayscale: #454545. Windows color (decimal): -4390042 or 6685629. OLE color: 6685629.
HSL color Cylindrical-coordinate representation of color #BD0366: hue angle of 328.06º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD0366 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 3 | 102 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.26 |
| HSL | 328.06º | 0.97% | 0.38% | - |
| HSV(B) | 328.06º | 0.98% | 0.74% | - |
| XYZ | 23.42 | 11.84 | 13.62 | - |
| YUV | 69.9 | 146.12 | 212.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 3 | 102 | 0 | 0.98 | 0.46 | 0.26 | 328.06 | 0.97 | 0.38 |
| Hex | BD | 3 | 66 | 0 | 62 | 2E | 1A | 148 | 61 | 26 |
| Octal | 275 | 3 | 146 | 0 | 142 | 56 | 32 | 510 | 141 | 46 |
| Binary | 10111101 | 11 | 1100110 | 0 | 1100010 | 101110 | 11010 | 101001000 | 1100001 | 100110 |
Color Harmonies of #BD0366
Complementary color
Monochromatic Colors of #BD0366
Black with #BD0366
Text Example
Text Example
White with #BD0366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0366; }
p { color: rgb(189,3,102); }
H1.HeaderClassName
{
color: #BD0366;
}
.AnyTagClassName
{
color: #BD0366;
}
</style>
background-color css
<style>
a { background-color: #BD0366; }
a { background-color: rgb(189,3,102); }
div.DivClassName
{
background-color: #BD0366;
}
.BgClassName
{
background-color: #BD0366;
}
</style>
border-color css
<style>
span { border-color: #BD0366; }
span { border-color: rgb(189,3,102); }
td.TdClassName
{
border-color: #BD0366;
}
.TagClassName
{
border-color: #BD0366;
}
</style>