Shades of Medium Orchid #B652D4
Tints of Medium Orchid #B652D4
RGB
CMYK
RGB Variations
Color information
#B652D4 (or 0xB652D4) is known color: Medium Orchid. HEX triplet: B6, 52 and D4. RGB value is (182,82,212). Sum of RGB (Red+Green+Blue) = 182+82+212=476 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.24% from 476); Green value is 82 (32.42% from 255 or 17.23% from 476); Blue value is 212 (83.20% from 255 or 44.54% from 476); Max value from RGB is 212 - color contains mainly: blue. Hex color #B652D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B652D4 is #49AD2B. Grayscale: #7E7E7E. Windows color (decimal): -4828460 or 13914806. OLE color: 13914806.
HSL color Cylindrical-coordinate representation of color #B652D4: hue angle of 286.15º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B652D4 is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 182 | 82 | 212 | - |
| CMYK | 0.14 | 0.61 | 0 | 0.17 |
| HSL | 286.15º | 0.6% | 0.58% | - |
| HSV(B) | 286.15º | 0.61% | 0.83% | - |
| XYZ | 34.19 | 20.73 | 64.49 | - |
| YUV | 126.72 | 176.13 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 82 | 212 | 0.14 | 0.61 | 0 | 0.17 | 286.15 | 0.6 | 0.58 |
| Hex | B6 | 52 | D4 | E | 3D | 0 | 11 | 11E | 3C | 3A |
| Octal | 266 | 122 | 324 | 16 | 75 | 0 | 21 | 436 | 74 | 72 |
| Binary | 10110110 | 1010010 | 11010100 | 1110 | 111101 | 0 | 10001 | 100011110 | 111100 | 111010 |
Color Harmonies of #B652D4
Complementary color
Monochromatic Colors of #B652D4
Black with #B652D4
Text Example
Text Example
White with #B652D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B652D4; }
p { color: rgb(182,82,212); }
H1.HeaderClassName
{
color: #B652D4;
}
.AnyTagClassName
{
color: #B652D4;
}
</style>
background-color css
<style>
a { background-color: #B652D4; }
a { background-color: rgb(182,82,212); }
div.DivClassName
{
background-color: #B652D4;
}
.BgClassName
{
background-color: #B652D4;
}
</style>
border-color css
<style>
span { border-color: #B652D4; }
span { border-color: rgb(182,82,212); }
td.TdClassName
{
border-color: #B652D4;
}
.TagClassName
{
border-color: #B652D4;
}
</style>