Shades of Medium Orchid #B652D1
Tints of Medium Orchid #B652D1
RGB
CMYK
RGB Variations
Color information
#B652D1 (or 0xB652D1) is known color: Medium Orchid. HEX triplet: B6, 52 and D1. RGB value is (182,82,209). Sum of RGB (Red+Green+Blue) = 182+82+209=473 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.48% from 473); Green value is 82 (32.42% from 255 or 17.34% from 473); Blue value is 209 (82.03% from 255 or 44.19% from 473); Max value from RGB is 209 - color contains mainly: blue. Hex color #B652D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B652D1 is #49AD2E. Grayscale: #7D7D7D. Windows color (decimal): -4828463 or 13718198. OLE color: 13718198.
HSL color Cylindrical-coordinate representation of color #B652D1: hue angle of 287.24º degrees, saturation: 0.58, 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 #B652D1 is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 182 | 82 | 209 | - |
| CMYK | 0.13 | 0.61 | 0 | 0.18 |
| HSL | 287.24º | 0.58% | 0.57% | - |
| HSV(B) | 287.24º | 0.61% | 0.82% | - |
| XYZ | 33.82 | 20.58 | 62.51 | - |
| YUV | 126.38 | 174.63 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 82 | 209 | 0.13 | 0.61 | 0 | 0.18 | 287.24 | 0.58 | 0.57 |
| Hex | B6 | 52 | D1 | D | 3D | 0 | 12 | 11F | 3A | 39 |
| Octal | 266 | 122 | 321 | 15 | 75 | 0 | 22 | 437 | 72 | 71 |
| Binary | 10110110 | 1010010 | 11010001 | 1101 | 111101 | 0 | 10010 | 100011111 | 111010 | 111001 |
Color Harmonies of #B652D1
Complementary color
Monochromatic Colors of #B652D1
Black with #B652D1
Text Example
Text Example
White with #B652D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B652D1; }
p { color: rgb(182,82,209); }
H1.HeaderClassName
{
color: #B652D1;
}
.AnyTagClassName
{
color: #B652D1;
}
</style>
background-color css
<style>
a { background-color: #B652D1; }
a { background-color: rgb(182,82,209); }
div.DivClassName
{
background-color: #B652D1;
}
.BgClassName
{
background-color: #B652D1;
}
</style>
border-color css
<style>
span { border-color: #B652D1; }
span { border-color: rgb(182,82,209); }
td.TdClassName
{
border-color: #B652D1;
}
.TagClassName
{
border-color: #B652D1;
}
</style>