Shades of Jazzberry Jam #BD026C
Tints of Jazzberry Jam #BD026C
RGB
CMYK
RGB Variations
Color information
#BD026C (or 0xBD026C) is known color: Jazzberry Jam. HEX triplet: BD, 02 and 6C. RGB value is (189,2,108). Sum of RGB (Red+Green+Blue) = 189+2+108=299 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.21% from 299); Green value is 2 (1.17% from 255 or 0.67% from 299); Blue value is 108 (42.58% from 255 or 36.12% from 299); Max value from RGB is 189 - color contains mainly: red. Hex color #BD026C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD026C is #42FD93. Grayscale: #454545. Windows color (decimal): -4390292 or 7078589. OLE color: 7078589.
HSL color Cylindrical-coordinate representation of color #BD026C: hue angle of 325.99º degrees, saturation: 0.98, 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 #BD026C is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 2 | 108 | - |
| CMYK | 0 | 0.99 | 0.43 | 0.26 |
| HSL | 325.99º | 0.98% | 0.37% | - |
| HSV(B) | 325.99º | 0.99% | 0.74% | - |
| XYZ | 23.71 | 11.94 | 15.24 | - |
| YUV | 70 | 149.45 | 212.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 2 | 108 | 0 | 0.99 | 0.43 | 0.26 | 325.99 | 0.98 | 0.37 |
| Hex | BD | 2 | 6C | 0 | 63 | 2B | 1A | 146 | 62 | 25 |
| Octal | 275 | 2 | 154 | 0 | 143 | 53 | 32 | 506 | 142 | 45 |
| Binary | 10111101 | 10 | 1101100 | 0 | 1100011 | 101011 | 11010 | 101000110 | 1100010 | 100101 |
Color Harmonies of #BD026C
Complementary color
Monochromatic Colors of #BD026C
Black with #BD026C
Text Example
Text Example
White with #BD026C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD026C; }
p { color: rgb(189,2,108); }
H1.HeaderClassName
{
color: #BD026C;
}
.AnyTagClassName
{
color: #BD026C;
}
</style>
background-color css
<style>
a { background-color: #BD026C; }
a { background-color: rgb(189,2,108); }
div.DivClassName
{
background-color: #BD026C;
}
.BgClassName
{
background-color: #BD026C;
}
</style>
border-color css
<style>
span { border-color: #BD026C; }
span { border-color: rgb(189,2,108); }
td.TdClassName
{
border-color: #BD026C;
}
.TagClassName
{
border-color: #BD026C;
}
</style>