Shades of Medium Red Violet #B23DA2
Tints of Medium Red Violet #B23DA2
RGB
CMYK
RGB Variations
Color information
#B23DA2 (or 0xB23DA2) is known color: Medium Red Violet. HEX triplet: B2, 3D and A2. RGB value is (178,61,162). Sum of RGB (Red+Green+Blue) = 178+61+162=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 61 (24.22% from 255 or 15.21% from 401); Blue value is 162 (63.67% from 255 or 40.40% from 401); Max value from RGB is 178 - color contains mainly: red. Hex color #B23DA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23DA2 is #4DC25D. Grayscale: #6B6B6B. Windows color (decimal): -5096030 or 10632626. OLE color: 10632626.
HSL color Cylindrical-coordinate representation of color #B23DA2: hue angle of 308.21º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B23DA2 is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 61 | 162 | - |
| CMYK | 0 | 0.66 | 0.09 | 0.30 |
| HSL | 308.21º | 0.49% | 0.47% | - |
| HSV(B) | 308.21º | 0.66% | 0.7% | - |
| XYZ | 26.55 | 15.41 | 35.76 | - |
| YUV | 107.5 | 158.76 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 61 | 162 | 0 | 0.66 | 0.09 | 0.30 | 308.21 | 0.49 | 0.47 |
| Hex | B2 | 3D | A2 | 0 | 42 | 9 | 1E | 134 | 31 | 2F |
| Octal | 262 | 75 | 242 | 0 | 102 | 11 | 36 | 464 | 61 | 57 |
| Binary | 10110010 | 111101 | 10100010 | 0 | 1000010 | 1001 | 11110 | 100110100 | 110001 | 101111 |
Color Harmonies of #B23DA2
Complementary color
Monochromatic Colors of #B23DA2
Black with #B23DA2
Text Example
Text Example
White with #B23DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23DA2; }
p { color: rgb(178,61,162); }
H1.HeaderClassName
{
color: #B23DA2;
}
.AnyTagClassName
{
color: #B23DA2;
}
</style>
background-color css
<style>
a { background-color: #B23DA2; }
a { background-color: rgb(178,61,162); }
div.DivClassName
{
background-color: #B23DA2;
}
.BgClassName
{
background-color: #B23DA2;
}
</style>
border-color css
<style>
span { border-color: #B23DA2; }
span { border-color: rgb(178,61,162); }
td.TdClassName
{
border-color: #B23DA2;
}
.TagClassName
{
border-color: #B23DA2;
}
</style>