Shades of Medium Orchid #B65BDD
Tints of Medium Orchid #B65BDD
RGB
CMYK
RGB Variations
Color information
#B65BDD (or 0xB65BDD) is known color: Medium Orchid. HEX triplet: B6, 5B and DD. RGB value is (182,91,221). Sum of RGB (Red+Green+Blue) = 182+91+221=494 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.84% from 494); Green value is 91 (35.94% from 255 or 18.42% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #B65BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65BDD is #49A422. Grayscale: #848484. Windows color (decimal): -4826147 or 14506934. OLE color: 14506934.
HSL color Cylindrical-coordinate representation of color #B65BDD: hue angle of 282º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B65BDD is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 91 | 221 | - |
| CMYK | 0.18 | 0.59 | 0 | 0.13 |
| HSL | 282º | 0.66% | 0.61% | - |
| HSV(B) | 282º | 0.59% | 0.87% | - |
| XYZ | 36.08 | 22.65 | 70.88 | - |
| YUV | 133.03 | 177.65 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 91 | 221 | 0.18 | 0.59 | 0 | 0.13 | 282 | 0.66 | 0.61 |
| Hex | B6 | 5B | DD | 12 | 3B | 0 | D | 11A | 42 | 3D |
| Octal | 266 | 133 | 335 | 22 | 73 | 0 | 15 | 432 | 102 | 75 |
| Binary | 10110110 | 1011011 | 11011101 | 10010 | 111011 | 0 | 1101 | 100011010 | 1000010 | 111101 |
Color Harmonies of #B65BDD
Complementary color
Monochromatic Colors of #B65BDD
Black with #B65BDD
Text Example
Text Example
White with #B65BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65BDD; }
p { color: rgb(182,91,221); }
H1.HeaderClassName
{
color: #B65BDD;
}
.AnyTagClassName
{
color: #B65BDD;
}
</style>
background-color css
<style>
a { background-color: #B65BDD; }
a { background-color: rgb(182,91,221); }
div.DivClassName
{
background-color: #B65BDD;
}
.BgClassName
{
background-color: #B65BDD;
}
</style>
border-color css
<style>
span { border-color: #B65BDD; }
span { border-color: rgb(182,91,221); }
td.TdClassName
{
border-color: #B65BDD;
}
.TagClassName
{
border-color: #B65BDD;
}
</style>