Shades of Medium Orchid #B65DD2
Tints of Medium Orchid #B65DD2
RGB
CMYK
RGB Variations
Color information
#B65DD2 (or 0xB65DD2) is known color: Medium Orchid. HEX triplet: B6, 5D and D2. RGB value is (182,93,210). Sum of RGB (Red+Green+Blue) = 182+93+210=485 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.53% from 485); Green value is 93 (36.72% from 255 or 19.18% from 485); Blue value is 210 (82.42% from 255 or 43.30% from 485); Max value from RGB is 210 - color contains mainly: blue. Hex color #B65DD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65DD2 is #49A22D. Grayscale: #848484. Windows color (decimal): -4825646 or 13786550. OLE color: 13786550.
HSL color Cylindrical-coordinate representation of color #B65DD2: hue angle of 285.64º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B65DD2 is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 182 | 93 | 210 | - |
| CMYK | 0.13 | 0.56 | 0 | 0.18 |
| HSL | 285.64º | 0.57% | 0.59% | - |
| HSV(B) | 285.64º | 0.56% | 0.82% | - |
| XYZ | 34.84 | 22.43 | 63.47 | - |
| YUV | 132.95 | 171.49 | 162.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 93 | 210 | 0.13 | 0.56 | 0 | 0.18 | 285.64 | 0.57 | 0.59 |
| Hex | B6 | 5D | D2 | D | 38 | 0 | 12 | 11E | 39 | 3B |
| Octal | 266 | 135 | 322 | 15 | 70 | 0 | 22 | 436 | 71 | 73 |
| Binary | 10110110 | 1011101 | 11010010 | 1101 | 111000 | 0 | 10010 | 100011110 | 111001 | 111011 |
Color Harmonies of #B65DD2
Complementary color
Monochromatic Colors of #B65DD2
Black with #B65DD2
Text Example
Text Example
White with #B65DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65DD2; }
p { color: rgb(182,93,210); }
H1.HeaderClassName
{
color: #B65DD2;
}
.AnyTagClassName
{
color: #B65DD2;
}
</style>
background-color css
<style>
a { background-color: #B65DD2; }
a { background-color: rgb(182,93,210); }
div.DivClassName
{
background-color: #B65DD2;
}
.BgClassName
{
background-color: #B65DD2;
}
</style>
border-color css
<style>
span { border-color: #B65DD2; }
span { border-color: rgb(182,93,210); }
td.TdClassName
{
border-color: #B65DD2;
}
.TagClassName
{
border-color: #B65DD2;
}
</style>