Shades of Medium Orchid #B650D4
Tints of Medium Orchid #B650D4
RGB
CMYK
RGB Variations
Color information
#B650D4 (or 0xB650D4) is known color: Medium Orchid. HEX triplet: B6, 50 and D4. RGB value is (182,80,212). Sum of RGB (Red+Green+Blue) = 182+80+212=474 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.40% from 474); Green value is 80 (31.64% from 255 or 16.88% from 474); Blue value is 212 (83.20% from 255 or 44.73% from 474); Max value from RGB is 212 - color contains mainly: blue. Hex color #B650D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B650D4 is #49AF2B. Grayscale: #7D7D7D. Windows color (decimal): -4828972 or 13914294. OLE color: 13914294.
HSL color Cylindrical-coordinate representation of color #B650D4: hue angle of 286.36º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B650D4 is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 182 | 80 | 212 | - |
| CMYK | 0.14 | 0.62 | 0 | 0.17 |
| HSL | 286.36º | 0.61% | 0.57% | - |
| HSV(B) | 286.36º | 0.62% | 0.83% | - |
| XYZ | 34.04 | 20.44 | 64.44 | - |
| YUV | 125.55 | 176.79 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 80 | 212 | 0.14 | 0.62 | 0 | 0.17 | 286.36 | 0.61 | 0.57 |
| Hex | B6 | 50 | D4 | E | 3E | 0 | 11 | 11E | 3D | 39 |
| Octal | 266 | 120 | 324 | 16 | 76 | 0 | 21 | 436 | 75 | 71 |
| Binary | 10110110 | 1010000 | 11010100 | 1110 | 111110 | 0 | 10001 | 100011110 | 111101 | 111001 |
Color Harmonies of #B650D4
Complementary color
Monochromatic Colors of #B650D4
Black with #B650D4
Text Example
Text Example
White with #B650D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B650D4; }
p { color: rgb(182,80,212); }
H1.HeaderClassName
{
color: #B650D4;
}
.AnyTagClassName
{
color: #B650D4;
}
</style>
background-color css
<style>
a { background-color: #B650D4; }
a { background-color: rgb(182,80,212); }
div.DivClassName
{
background-color: #B650D4;
}
.BgClassName
{
background-color: #B650D4;
}
</style>
border-color css
<style>
span { border-color: #B650D4; }
span { border-color: rgb(182,80,212); }
td.TdClassName
{
border-color: #B650D4;
}
.TagClassName
{
border-color: #B650D4;
}
</style>