Shades of Medium Orchid #B653D4
Tints of Medium Orchid #B653D4
RGB
CMYK
RGB Variations
Color information
#B653D4 (or 0xB653D4) is known color: Medium Orchid. HEX triplet: B6, 53 and D4. RGB value is (182,83,212). Sum of RGB (Red+Green+Blue) = 182+83+212=477 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.16% from 477); Green value is 83 (32.81% from 255 or 17.40% from 477); Blue value is 212 (83.20% from 255 or 44.44% from 477); Max value from RGB is 212 - color contains mainly: blue. Hex color #B653D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B653D4 is #49AC2B. Grayscale: #7E7E7E. Windows color (decimal): -4828204 or 13915062. OLE color: 13915062.
HSL color Cylindrical-coordinate representation of color #B653D4: hue angle of 286.05º 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 #B653D4 is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 182 | 83 | 212 | - |
| CMYK | 0.14 | 0.61 | 0 | 0.17 |
| HSL | 286.05º | 0.6% | 0.58% | - |
| HSV(B) | 286.05º | 0.61% | 0.83% | - |
| XYZ | 34.27 | 20.89 | 64.51 | - |
| YUV | 127.31 | 175.8 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 83 | 212 | 0.14 | 0.61 | 0 | 0.17 | 286.05 | 0.6 | 0.58 |
| Hex | B6 | 53 | D4 | E | 3D | 0 | 11 | 11E | 3C | 3A |
| Octal | 266 | 123 | 324 | 16 | 75 | 0 | 21 | 436 | 74 | 72 |
| Binary | 10110110 | 1010011 | 11010100 | 1110 | 111101 | 0 | 10001 | 100011110 | 111100 | 111010 |
Color Harmonies of #B653D4
Complementary color
Monochromatic Colors of #B653D4
Black with #B653D4
Text Example
Text Example
White with #B653D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B653D4; }
p { color: rgb(182,83,212); }
H1.HeaderClassName
{
color: #B653D4;
}
.AnyTagClassName
{
color: #B653D4;
}
</style>
background-color css
<style>
a { background-color: #B653D4; }
a { background-color: rgb(182,83,212); }
div.DivClassName
{
background-color: #B653D4;
}
.BgClassName
{
background-color: #B653D4;
}
</style>
border-color css
<style>
span { border-color: #B653D4; }
span { border-color: rgb(182,83,212); }
td.TdClassName
{
border-color: #B653D4;
}
.TagClassName
{
border-color: #B653D4;
}
</style>