Shades of Medium Orchid #B652CF
Tints of Medium Orchid #B652CF
RGB
CMYK
RGB Variations
Color information
#B652CF (or 0xB652CF) is known color: Medium Orchid. HEX triplet: B6, 52 and CF. RGB value is (182,82,207). Sum of RGB (Red+Green+Blue) = 182+82+207=471 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.64% from 471); Green value is 82 (32.42% from 255 or 17.41% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 207 - color contains mainly: blue. Hex color #B652CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B652CF is #49AD30. Grayscale: #7D7D7D. Windows color (decimal): -4828465 or 13587126. OLE color: 13587126.
HSL color Cylindrical-coordinate representation of color #B652CF: hue angle of 288º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B652CF is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 82 | 207 | - |
| CMYK | 0.12 | 0.60 | 0 | 0.19 |
| HSL | 288º | 0.57% | 0.57% | - |
| HSV(B) | 288º | 0.6% | 0.81% | - |
| XYZ | 33.57 | 20.48 | 61.22 | - |
| YUV | 126.15 | 173.63 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 82 | 207 | 0.12 | 0.60 | 0 | 0.19 | 288 | 0.57 | 0.57 |
| Hex | B6 | 52 | CF | C | 3C | 0 | 13 | 120 | 39 | 39 |
| Octal | 266 | 122 | 317 | 14 | 74 | 0 | 23 | 440 | 71 | 71 |
| Binary | 10110110 | 1010010 | 11001111 | 1100 | 111100 | 0 | 10011 | 100100000 | 111001 | 111001 |
Color Harmonies of #B652CF
Complementary color
Monochromatic Colors of #B652CF
Black with #B652CF
Text Example
Text Example
White with #B652CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B652CF; }
p { color: rgb(182,82,207); }
H1.HeaderClassName
{
color: #B652CF;
}
.AnyTagClassName
{
color: #B652CF;
}
</style>
background-color css
<style>
a { background-color: #B652CF; }
a { background-color: rgb(182,82,207); }
div.DivClassName
{
background-color: #B652CF;
}
.BgClassName
{
background-color: #B652CF;
}
</style>
border-color css
<style>
span { border-color: #B652CF; }
span { border-color: rgb(182,82,207); }
td.TdClassName
{
border-color: #B652CF;
}
.TagClassName
{
border-color: #B652CF;
}
</style>