Shades of Medium Red Violet #B2269C
Tints of Medium Red Violet #B2269C
RGB
CMYK
RGB Variations
Color information
#B2269C (or 0xB2269C) is known color: Medium Red Violet. HEX triplet: B2, 26 and 9C. RGB value is (178,38,156). Sum of RGB (Red+Green+Blue) = 178+38+156=372 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.85% from 372); Green value is 38 (15.23% from 255 or 10.22% from 372); Blue value is 156 (61.33% from 255 or 41.94% from 372); Max value from RGB is 178 - color contains mainly: red. Hex color #B2269C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2269C is #4DD963. Grayscale: #5C5C5C. Windows color (decimal): -5101924 or 10233522. OLE color: 10233522.
HSL color Cylindrical-coordinate representation of color #B2269C: hue angle of 309.43º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B2269C is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 38 | 156 | - |
| CMYK | 0 | 0.79 | 0.12 | 0.30 |
| HSL | 309.43º | 0.65% | 0.42% | - |
| HSV(B) | 309.43º | 0.79% | 0.7% | - |
| XYZ | 25.05 | 13.25 | 32.69 | - |
| YUV | 93.31 | 163.38 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 38 | 156 | 0 | 0.79 | 0.12 | 0.30 | 309.43 | 0.65 | 0.42 |
| Hex | B2 | 26 | 9C | 0 | 4F | C | 1E | 135 | 41 | 2A |
| Octal | 262 | 46 | 234 | 0 | 117 | 14 | 36 | 465 | 101 | 52 |
| Binary | 10110010 | 100110 | 10011100 | 0 | 1001111 | 1100 | 11110 | 100110101 | 1000001 | 101010 |
Color Harmonies of #B2269C
Complementary color
Monochromatic Colors of #B2269C
Black with #B2269C
Text Example
Text Example
White with #B2269C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2269C; }
p { color: rgb(178,38,156); }
H1.HeaderClassName
{
color: #B2269C;
}
.AnyTagClassName
{
color: #B2269C;
}
</style>
background-color css
<style>
a { background-color: #B2269C; }
a { background-color: rgb(178,38,156); }
div.DivClassName
{
background-color: #B2269C;
}
.BgClassName
{
background-color: #B2269C;
}
</style>
border-color css
<style>
span { border-color: #B2269C; }
span { border-color: rgb(178,38,156); }
td.TdClassName
{
border-color: #B2269C;
}
.TagClassName
{
border-color: #B2269C;
}
</style>