Shades of Medium Orchid #B652DF
Tints of Medium Orchid #B652DF
RGB
CMYK
RGB Variations
Color information
#B652DF (or 0xB652DF) is known color: Medium Orchid. HEX triplet: B6, 52 and DF. RGB value is (182,82,223). Sum of RGB (Red+Green+Blue) = 182+82+223=487 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.37% from 487); Green value is 82 (32.42% from 255 or 16.84% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 223 - color contains mainly: blue. Hex color #B652DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B652DF is #49AD20. Grayscale: #7F7F7F. Windows color (decimal): -4828449 or 14635702. OLE color: 14635702.
HSL color Cylindrical-coordinate representation of color #B652DF: hue angle of 282.55º 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 #B652DF is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 82 | 223 | - |
| CMYK | 0.18 | 0.63 | 0 | 0.13 |
| HSL | 282.55º | 0.69% | 0.6% | - |
| HSV(B) | 282.55º | 0.63% | 0.87% | - |
| XYZ | 35.63 | 21.31 | 72.05 | - |
| YUV | 127.97 | 181.63 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 82 | 223 | 0.18 | 0.63 | 0 | 0.13 | 282.55 | 0.69 | 0.6 |
| Hex | B6 | 52 | DF | 12 | 3F | 0 | D | 11B | 45 | 3C |
| Octal | 266 | 122 | 337 | 22 | 77 | 0 | 15 | 433 | 105 | 74 |
| Binary | 10110110 | 1010010 | 11011111 | 10010 | 111111 | 0 | 1101 | 100011011 | 1000101 | 111100 |
Color Harmonies of #B652DF
Complementary color
Monochromatic Colors of #B652DF
Black with #B652DF
Text Example
Text Example
White with #B652DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B652DF; }
p { color: rgb(182,82,223); }
H1.HeaderClassName
{
color: #B652DF;
}
.AnyTagClassName
{
color: #B652DF;
}
</style>
background-color css
<style>
a { background-color: #B652DF; }
a { background-color: rgb(182,82,223); }
div.DivClassName
{
background-color: #B652DF;
}
.BgClassName
{
background-color: #B652DF;
}
</style>
border-color css
<style>
span { border-color: #B652DF; }
span { border-color: rgb(182,82,223); }
td.TdClassName
{
border-color: #B652DF;
}
.TagClassName
{
border-color: #B652DF;
}
</style>