Shades of Medium Orchid #B65BED
Tints of Medium Orchid #B65BED
RGB
CMYK
RGB Variations
Color information
#B65BED (or 0xB65BED) is known color: Medium Orchid. HEX triplet: B6, 5B and ED. RGB value is (182,91,237). Sum of RGB (Red+Green+Blue) = 182+91+237=510 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.69% from 510); Green value is 91 (35.94% from 255 or 17.84% from 510); Blue value is 237 (92.97% from 255 or 46.47% from 510); Max value from RGB is 237 - color contains mainly: blue. Hex color #B65BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B65BED is #49A412. Grayscale: #868686. Windows color (decimal): -4826131 or 15555510. OLE color: 15555510.
HSL color Cylindrical-coordinate representation of color #B65BED: hue angle of 277.4º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B65BED is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 91 | 237 | - |
| CMYK | 0.23 | 0.62 | 0 | 0.07 |
| HSL | 277.4º | 0.8% | 0.64% | - |
| HSV(B) | 277.4º | 0.62% | 0.93% | - |
| XYZ | 38.32 | 23.54 | 82.65 | - |
| YUV | 134.85 | 185.65 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 91 | 237 | 0.23 | 0.62 | 0 | 0.07 | 277.4 | 0.8 | 0.64 |
| Hex | B6 | 5B | ED | 17 | 3E | 0 | 7 | 115 | 50 | 40 |
| Octal | 266 | 133 | 355 | 27 | 76 | 0 | 7 | 425 | 120 | 100 |
| Binary | 10110110 | 1011011 | 11101101 | 10111 | 111110 | 0 | 111 | 100010101 | 1010000 | 1000000 |
Color Harmonies of #B65BED
Complementary color
Monochromatic Colors of #B65BED
Black with #B65BED
Text Example
Text Example
White with #B65BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65BED; }
p { color: rgb(182,91,237); }
H1.HeaderClassName
{
color: #B65BED;
}
.AnyTagClassName
{
color: #B65BED;
}
</style>
background-color css
<style>
a { background-color: #B65BED; }
a { background-color: rgb(182,91,237); }
div.DivClassName
{
background-color: #B65BED;
}
.BgClassName
{
background-color: #B65BED;
}
</style>
border-color css
<style>
span { border-color: #B65BED; }
span { border-color: rgb(182,91,237); }
td.TdClassName
{
border-color: #B65BED;
}
.TagClassName
{
border-color: #B65BED;
}
</style>