Shades of Medium Red Violet #B2308F
Tints of Medium Red Violet #B2308F
RGB
CMYK
RGB Variations
Color information
#B2308F (or 0xB2308F) is known color: Medium Red Violet. HEX triplet: B2, 30 and 8F. RGB value is (178,48,143). Sum of RGB (Red+Green+Blue) = 178+48+143=369 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.24% from 369); Green value is 48 (19.14% from 255 or 13.01% from 369); Blue value is 143 (56.25% from 255 or 38.75% from 369); Max value from RGB is 178 - color contains mainly: red. Hex color #B2308F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2308F is #4DCF70. Grayscale: #616161. Windows color (decimal): -5099377 or 9384114. OLE color: 9384114.
HSL color Cylindrical-coordinate representation of color #B2308F: hue angle of 316.15º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B2308F is Cyan = 0, Magento = 0.73, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 48 | 143 | - |
| CMYK | 0 | 0.73 | 0.20 | 0.30 |
| HSL | 316.15º | 0.58% | 0.44% | - |
| HSV(B) | 316.15º | 0.73% | 0.7% | - |
| XYZ | 24.37 | 13.56 | 27.32 | - |
| YUV | 97.7 | 153.57 | 185.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 48 | 143 | 0 | 0.73 | 0.20 | 0.30 | 316.15 | 0.58 | 0.44 |
| Hex | B2 | 30 | 8F | 0 | 49 | 14 | 1E | 13C | 3A | 2C |
| Octal | 262 | 60 | 217 | 0 | 111 | 24 | 36 | 474 | 72 | 54 |
| Binary | 10110010 | 110000 | 10001111 | 0 | 1001001 | 10100 | 11110 | 100111100 | 111010 | 101100 |
Color Harmonies of #B2308F
Complementary color
Monochromatic Colors of #B2308F
Black with #B2308F
Text Example
Text Example
White with #B2308F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2308F; }
p { color: rgb(178,48,143); }
H1.HeaderClassName
{
color: #B2308F;
}
.AnyTagClassName
{
color: #B2308F;
}
</style>
background-color css
<style>
a { background-color: #B2308F; }
a { background-color: rgb(178,48,143); }
div.DivClassName
{
background-color: #B2308F;
}
.BgClassName
{
background-color: #B2308F;
}
</style>
border-color css
<style>
span { border-color: #B2308F; }
span { border-color: rgb(178,48,143); }
td.TdClassName
{
border-color: #B2308F;
}
.TagClassName
{
border-color: #B2308F;
}
</style>