Shades of Rouge #BD306B
Tints of Rouge #BD306B
RGB
CMYK
RGB Variations
Color information
#BD306B (or 0xBD306B) is known color: Rouge. HEX triplet: BD, 30 and 6B. RGB value is (189,48,107). Sum of RGB (Red+Green+Blue) = 189+48+107=344 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.94% from 344); Green value is 48 (19.14% from 255 or 13.95% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 189 - color contains mainly: red. Hex color #BD306B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD306B is #42CF94. Grayscale: #606060. Windows color (decimal): -4378517 or 7024829. OLE color: 7024829.
HSL color Cylindrical-coordinate representation of color #BD306B: hue angle of 334.89º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD306B is Cyan = 0, Magento = 0.75, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 48 | 107 | - |
| CMYK | 0 | 0.75 | 0.43 | 0.26 |
| HSL | 334.89º | 0.59% | 0.46% | - |
| HSV(B) | 334.89º | 0.75% | 0.74% | - |
| XYZ | 24.7 | 13.99 | 15.31 | - |
| YUV | 96.89 | 133.71 | 193.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 48 | 107 | 0 | 0.75 | 0.43 | 0.26 | 334.89 | 0.59 | 0.46 |
| Hex | BD | 30 | 6B | 0 | 4B | 2B | 1A | 14F | 3B | 2E |
| Octal | 275 | 60 | 153 | 0 | 113 | 53 | 32 | 517 | 73 | 56 |
| Binary | 10111101 | 110000 | 1101011 | 0 | 1001011 | 101011 | 11010 | 101001111 | 111011 | 101110 |
Color Harmonies of #BD306B
Complementary color
Monochromatic Colors of #BD306B
Black with #BD306B
Text Example
Text Example
White with #BD306B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD306B; }
p { color: rgb(189,48,107); }
H1.HeaderClassName
{
color: #BD306B;
}
.AnyTagClassName
{
color: #BD306B;
}
</style>
background-color css
<style>
a { background-color: #BD306B; }
a { background-color: rgb(189,48,107); }
div.DivClassName
{
background-color: #BD306B;
}
.BgClassName
{
background-color: #BD306B;
}
</style>
border-color css
<style>
span { border-color: #BD306B; }
span { border-color: rgb(189,48,107); }
td.TdClassName
{
border-color: #BD306B;
}
.TagClassName
{
border-color: #BD306B;
}
</style>