Shades of Medium Red Violet #B2307B
Tints of Medium Red Violet #B2307B
RGB
CMYK
RGB Variations
Color information
#B2307B (or 0xB2307B) is known color: Medium Red Violet. HEX triplet: B2, 30 and 7B. RGB value is (178,48,123). Sum of RGB (Red+Green+Blue) = 178+48+123=349 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.00% from 349); Green value is 48 (19.14% from 255 or 13.75% from 349); Blue value is 123 (48.44% from 255 or 35.24% from 349); Max value from RGB is 178 - color contains mainly: red. Hex color #B2307B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2307B is #4DCF84. Grayscale: #5F5F5F. Windows color (decimal): -5099397 or 8073394. OLE color: 8073394.
HSL color Cylindrical-coordinate representation of color #B2307B: hue angle of 325.38º 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 #B2307B is Cyan = 0, Magento = 0.73, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 48 | 123 | - |
| CMYK | 0 | 0.73 | 0.31 | 0.30 |
| HSL | 325.38º | 0.58% | 0.44% | - |
| HSV(B) | 325.38º | 0.73% | 0.7% | - |
| XYZ | 22.99 | 13.01 | 20.04 | - |
| YUV | 95.42 | 143.57 | 186.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 48 | 123 | 0 | 0.73 | 0.31 | 0.30 | 325.38 | 0.58 | 0.44 |
| Hex | B2 | 30 | 7B | 0 | 49 | 1F | 1E | 145 | 3A | 2C |
| Octal | 262 | 60 | 173 | 0 | 111 | 37 | 36 | 505 | 72 | 54 |
| Binary | 10110010 | 110000 | 1111011 | 0 | 1001001 | 11111 | 11110 | 101000101 | 111010 | 101100 |
Color Harmonies of #B2307B
Complementary color
Monochromatic Colors of #B2307B
Black with #B2307B
Text Example
Text Example
White with #B2307B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2307B; }
p { color: rgb(178,48,123); }
H1.HeaderClassName
{
color: #B2307B;
}
.AnyTagClassName
{
color: #B2307B;
}
</style>
background-color css
<style>
a { background-color: #B2307B; }
a { background-color: rgb(178,48,123); }
div.DivClassName
{
background-color: #B2307B;
}
.BgClassName
{
background-color: #B2307B;
}
</style>
border-color css
<style>
span { border-color: #B2307B; }
span { border-color: rgb(178,48,123); }
td.TdClassName
{
border-color: #B2307B;
}
.TagClassName
{
border-color: #B2307B;
}
</style>