Shades of Medium Orchid #B152D0
Tints of Medium Orchid #B152D0
RGB
CMYK
RGB Variations
Color information
#B152D0 (or 0xB152D0) is known color: Medium Orchid. HEX triplet: B1, 52 and D0. RGB value is (177,82,208). Sum of RGB (Red+Green+Blue) = 177+82+208=467 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.90% from 467); Green value is 82 (32.42% from 255 or 17.56% from 467); Blue value is 208 (81.64% from 255 or 44.54% from 467); Max value from RGB is 208 - color contains mainly: blue. Hex color #B152D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B152D0 is #4EAD2F. Grayscale: #7C7C7C. Windows color (decimal): -5156144 or 13652657. OLE color: 13652657.
HSL color Cylindrical-coordinate representation of color #B152D0: hue angle of 285.24º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B152D0 is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 82 | 208 | - |
| CMYK | 0.15 | 0.61 | 0 | 0.18 |
| HSL | 285.24º | 0.57% | 0.57% | - |
| HSV(B) | 285.24º | 0.61% | 0.82% | - |
| XYZ | 32.53 | 19.94 | 61.81 | - |
| YUV | 124.77 | 174.97 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 82 | 208 | 0.15 | 0.61 | 0 | 0.18 | 285.24 | 0.57 | 0.57 |
| Hex | B1 | 52 | D0 | F | 3D | 0 | 12 | 11D | 39 | 39 |
| Octal | 261 | 122 | 320 | 17 | 75 | 0 | 22 | 435 | 71 | 71 |
| Binary | 10110001 | 1010010 | 11010000 | 1111 | 111101 | 0 | 10010 | 100011101 | 111001 | 111001 |
Color Harmonies of #B152D0
Complementary color
Monochromatic Colors of #B152D0
Black with #B152D0
Text Example
Text Example
White with #B152D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B152D0; }
p { color: rgb(177,82,208); }
H1.HeaderClassName
{
color: #B152D0;
}
.AnyTagClassName
{
color: #B152D0;
}
</style>
background-color css
<style>
a { background-color: #B152D0; }
a { background-color: rgb(177,82,208); }
div.DivClassName
{
background-color: #B152D0;
}
.BgClassName
{
background-color: #B152D0;
}
</style>
border-color css
<style>
span { border-color: #B152D0; }
span { border-color: rgb(177,82,208); }
td.TdClassName
{
border-color: #B152D0;
}
.TagClassName
{
border-color: #B152D0;
}
</style>