Shades of Medium Orchid #B152C3
Tints of Medium Orchid #B152C3
RGB
CMYK
RGB Variations
Color information
#B152C3 (or 0xB152C3) is known color: Medium Orchid. HEX triplet: B1, 52 and C3. RGB value is (177,82,195). Sum of RGB (Red+Green+Blue) = 177+82+195=454 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.99% from 454); Green value is 82 (32.42% from 255 or 18.06% from 454); Blue value is 195 (76.56% from 255 or 42.95% from 454); Max value from RGB is 195 - color contains mainly: blue. Hex color #B152C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B152C3 is #4EAD3C. Grayscale: #7A7A7A. Windows color (decimal): -5156157 or 12800689. OLE color: 12800689.
HSL color Cylindrical-coordinate representation of color #B152C3: hue angle of 290.44º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B152C3 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 82 | 195 | - |
| CMYK | 0.09 | 0.58 | 0 | 0.24 |
| HSL | 290.44º | 0.48% | 0.54% | - |
| HSV(B) | 290.44º | 0.58% | 0.76% | - |
| XYZ | 31 | 19.32 | 53.73 | - |
| YUV | 123.29 | 168.47 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 82 | 195 | 0.09 | 0.58 | 0 | 0.24 | 290.44 | 0.48 | 0.54 |
| Hex | B1 | 52 | C3 | 9 | 3A | 0 | 18 | 122 | 30 | 36 |
| Octal | 261 | 122 | 303 | 11 | 72 | 0 | 30 | 442 | 60 | 66 |
| Binary | 10110001 | 1010010 | 11000011 | 1001 | 111010 | 0 | 11000 | 100100010 | 110000 | 110110 |
Color Harmonies of #B152C3
Complementary color
Monochromatic Colors of #B152C3
Black with #B152C3
Text Example
Text Example
White with #B152C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B152C3; }
p { color: rgb(177,82,195); }
H1.HeaderClassName
{
color: #B152C3;
}
.AnyTagClassName
{
color: #B152C3;
}
</style>
background-color css
<style>
a { background-color: #B152C3; }
a { background-color: rgb(177,82,195); }
div.DivClassName
{
background-color: #B152C3;
}
.BgClassName
{
background-color: #B152C3;
}
</style>
border-color css
<style>
span { border-color: #B152C3; }
span { border-color: rgb(177,82,195); }
td.TdClassName
{
border-color: #B152C3;
}
.TagClassName
{
border-color: #B152C3;
}
</style>