Shades of Medium Red Violet #BB3283
Tints of Medium Red Violet #BB3283
RGB
CMYK
RGB Variations
Color information
#BB3283 (or 0xBB3283) is known color: Medium Red Violet. HEX triplet: BB, 32 and 83. RGB value is (187,50,131). Sum of RGB (Red+Green+Blue) = 187+50+131=368 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.82% from 368); Green value is 50 (19.92% from 255 or 13.59% from 368); Blue value is 131 (51.56% from 255 or 35.60% from 368); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3283 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3283 is #44CD7C. Grayscale: #646464. Windows color (decimal): -4509053 or 8598203. OLE color: 8598203.
HSL color Cylindrical-coordinate representation of color #BB3283: hue angle of 324.53º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB3283 is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 50 | 131 | - |
| CMYK | 0 | 0.73 | 0.30 | 0.27 |
| HSL | 324.53º | 0.58% | 0.46% | - |
| HSV(B) | 324.53º | 0.73% | 0.73% | - |
| XYZ | 25.73 | 14.48 | 22.91 | - |
| YUV | 100.2 | 145.39 | 189.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 50 | 131 | 0 | 0.73 | 0.30 | 0.27 | 324.53 | 0.58 | 0.46 |
| Hex | BB | 32 | 83 | 0 | 49 | 1E | 1B | 145 | 3A | 2E |
| Octal | 273 | 62 | 203 | 0 | 111 | 36 | 33 | 505 | 72 | 56 |
| Binary | 10111011 | 110010 | 10000011 | 0 | 1001001 | 11110 | 11011 | 101000101 | 111010 | 101110 |
Color Harmonies of #BB3283
Complementary color
Monochromatic Colors of #BB3283
Black with #BB3283
Text Example
Text Example
White with #BB3283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3283; }
p { color: rgb(187,50,131); }
H1.HeaderClassName
{
color: #BB3283;
}
.AnyTagClassName
{
color: #BB3283;
}
</style>
background-color css
<style>
a { background-color: #BB3283; }
a { background-color: rgb(187,50,131); }
div.DivClassName
{
background-color: #BB3283;
}
.BgClassName
{
background-color: #BB3283;
}
</style>
border-color css
<style>
span { border-color: #BB3283; }
span { border-color: rgb(187,50,131); }
td.TdClassName
{
border-color: #BB3283;
}
.TagClassName
{
border-color: #BB3283;
}
</style>