Shades of Medium Orchid #B652D0
Tints of Medium Orchid #B652D0
RGB
CMYK
RGB Variations
Color information
#B652D0 (or 0xB652D0) is known color: Medium Orchid. HEX triplet: B6, 52 and D0. RGB value is (182,82,208). Sum of RGB (Red+Green+Blue) = 182+82+208=472 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.56% from 472); Green value is 82 (32.42% from 255 or 17.37% from 472); Blue value is 208 (81.64% from 255 or 44.07% from 472); Max value from RGB is 208 - color contains mainly: blue. Hex color #B652D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B652D0 is #49AD2F. Grayscale: #7D7D7D. Windows color (decimal): -4828464 or 13652662. OLE color: 13652662.
HSL color Cylindrical-coordinate representation of color #B652D0: hue angle of 287.62º 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 #B652D0 is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 182 | 82 | 208 | - |
| CMYK | 0.12 | 0.61 | 0 | 0.18 |
| HSL | 287.62º | 0.57% | 0.57% | - |
| HSV(B) | 287.62º | 0.61% | 0.82% | - |
| XYZ | 33.69 | 20.53 | 61.86 | - |
| YUV | 126.26 | 174.13 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 82 | 208 | 0.12 | 0.61 | 0 | 0.18 | 287.62 | 0.57 | 0.57 |
| Hex | B6 | 52 | D0 | C | 3D | 0 | 12 | 120 | 39 | 39 |
| Octal | 266 | 122 | 320 | 14 | 75 | 0 | 22 | 440 | 71 | 71 |
| Binary | 10110110 | 1010010 | 11010000 | 1100 | 111101 | 0 | 10010 | 100100000 | 111001 | 111001 |
Color Harmonies of #B652D0
Complementary color
Monochromatic Colors of #B652D0
Black with #B652D0
Text Example
Text Example
White with #B652D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B652D0; }
p { color: rgb(182,82,208); }
H1.HeaderClassName
{
color: #B652D0;
}
.AnyTagClassName
{
color: #B652D0;
}
</style>
background-color css
<style>
a { background-color: #B652D0; }
a { background-color: rgb(182,82,208); }
div.DivClassName
{
background-color: #B652D0;
}
.BgClassName
{
background-color: #B652D0;
}
</style>
border-color css
<style>
span { border-color: #B652D0; }
span { border-color: rgb(182,82,208); }
td.TdClassName
{
border-color: #B652D0;
}
.TagClassName
{
border-color: #B652D0;
}
</style>