Shades of Medium Orchid #B152DF
Tints of Medium Orchid #B152DF
RGB
CMYK
RGB Variations
Color information
#B152DF (or 0xB152DF) is known color: Medium Orchid. HEX triplet: B1, 52 and DF. RGB value is (177,82,223). Sum of RGB (Red+Green+Blue) = 177+82+223=482 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.72% from 482); Green value is 82 (32.42% from 255 or 17.01% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: blue. Hex color #B152DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B152DF is #4EAD20. Grayscale: #7E7E7E. Windows color (decimal): -5156129 or 14635697. OLE color: 14635697.
HSL color Cylindrical-coordinate representation of color #B152DF: hue angle of 280.43º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B152DF is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 82 | 223 | - |
| CMYK | 0.21 | 0.63 | 0 | 0.13 |
| HSL | 280.43º | 0.69% | 0.6% | - |
| HSV(B) | 280.43º | 0.63% | 0.87% | - |
| XYZ | 34.47 | 20.71 | 71.99 | - |
| YUV | 126.48 | 182.47 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 82 | 223 | 0.21 | 0.63 | 0 | 0.13 | 280.43 | 0.69 | 0.6 |
| Hex | B1 | 52 | DF | 15 | 3F | 0 | D | 118 | 45 | 3C |
| Octal | 261 | 122 | 337 | 25 | 77 | 0 | 15 | 430 | 105 | 74 |
| Binary | 10110001 | 1010010 | 11011111 | 10101 | 111111 | 0 | 1101 | 100011000 | 1000101 | 111100 |
Color Harmonies of #B152DF
Complementary color
Monochromatic Colors of #B152DF
Black with #B152DF
Text Example
Text Example
White with #B152DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B152DF; }
p { color: rgb(177,82,223); }
H1.HeaderClassName
{
color: #B152DF;
}
.AnyTagClassName
{
color: #B152DF;
}
</style>
background-color css
<style>
a { background-color: #B152DF; }
a { background-color: rgb(177,82,223); }
div.DivClassName
{
background-color: #B152DF;
}
.BgClassName
{
background-color: #B152DF;
}
</style>
border-color css
<style>
span { border-color: #B152DF; }
span { border-color: rgb(177,82,223); }
td.TdClassName
{
border-color: #B152DF;
}
.TagClassName
{
border-color: #B152DF;
}
</style>