Shades of Medium Orchid #B652DA
Tints of Medium Orchid #B652DA
RGB
CMYK
RGB Variations
Color information
#B652DA (or 0xB652DA) is known color: Medium Orchid. HEX triplet: B6, 52 and DA. RGB value is (182,82,218). Sum of RGB (Red+Green+Blue) = 182+82+218=482 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.76% from 482); Green value is 82 (32.42% from 255 or 17.01% from 482); Blue value is 218 (85.55% from 255 or 45.23% from 482); Max value from RGB is 218 - color contains mainly: blue. Hex color #B652DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B652DA is #49AD25. Grayscale: #7E7E7E. Windows color (decimal): -4828454 or 14308022. OLE color: 14308022.
HSL color Cylindrical-coordinate representation of color #B652DA: hue angle of 284.12º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B652DA is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 182 | 82 | 218 | - |
| CMYK | 0.17 | 0.62 | 0 | 0.15 |
| HSL | 284.12º | 0.65% | 0.59% | - |
| HSV(B) | 284.12º | 0.62% | 0.85% | - |
| XYZ | 34.96 | 21.04 | 68.55 | - |
| YUV | 127.4 | 179.13 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 82 | 218 | 0.17 | 0.62 | 0 | 0.15 | 284.12 | 0.65 | 0.59 |
| Hex | B6 | 52 | DA | 11 | 3E | 0 | F | 11C | 41 | 3B |
| Octal | 266 | 122 | 332 | 21 | 76 | 0 | 17 | 434 | 101 | 73 |
| Binary | 10110110 | 1010010 | 11011010 | 10001 | 111110 | 0 | 1111 | 100011100 | 1000001 | 111011 |
Color Harmonies of #B652DA
Complementary color
Monochromatic Colors of #B652DA
Black with #B652DA
Text Example
Text Example
White with #B652DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B652DA; }
p { color: rgb(182,82,218); }
H1.HeaderClassName
{
color: #B652DA;
}
.AnyTagClassName
{
color: #B652DA;
}
</style>
background-color css
<style>
a { background-color: #B652DA; }
a { background-color: rgb(182,82,218); }
div.DivClassName
{
background-color: #B652DA;
}
.BgClassName
{
background-color: #B652DA;
}
</style>
border-color css
<style>
span { border-color: #B652DA; }
span { border-color: rgb(182,82,218); }
td.TdClassName
{
border-color: #B652DA;
}
.TagClassName
{
border-color: #B652DA;
}
</style>