Shades of Medium Orchid #B65ED0
Tints of Medium Orchid #B65ED0
RGB
CMYK
RGB Variations
Color information
#B65ED0 (or 0xB65ED0) is known color: Medium Orchid. HEX triplet: B6, 5E and D0. RGB value is (182,94,208). Sum of RGB (Red+Green+Blue) = 182+94+208=484 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.60% from 484); Green value is 94 (37.11% from 255 or 19.42% from 484); Blue value is 208 (81.64% from 255 or 42.98% from 484); Max value from RGB is 208 - color contains mainly: blue. Hex color #B65ED0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65ED0 is #49A12F. Grayscale: #848484. Windows color (decimal): -4825392 or 13655734. OLE color: 13655734.
HSL color Cylindrical-coordinate representation of color #B65ED0: hue angle of 286.32º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B65ED0 is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 182 | 94 | 208 | - |
| CMYK | 0.12 | 0.55 | 0 | 0.18 |
| HSL | 286.32º | 0.55% | 0.59% | - |
| HSV(B) | 286.32º | 0.55% | 0.82% | - |
| XYZ | 34.68 | 22.5 | 62.19 | - |
| YUV | 133.31 | 170.15 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 94 | 208 | 0.12 | 0.55 | 0 | 0.18 | 286.32 | 0.55 | 0.59 |
| Hex | B6 | 5E | D0 | C | 37 | 0 | 12 | 11E | 37 | 3B |
| Octal | 266 | 136 | 320 | 14 | 67 | 0 | 22 | 436 | 67 | 73 |
| Binary | 10110110 | 1011110 | 11010000 | 1100 | 110111 | 0 | 10010 | 100011110 | 110111 | 111011 |
Color Harmonies of #B65ED0
Complementary color
Monochromatic Colors of #B65ED0
Black with #B65ED0
Text Example
Text Example
White with #B65ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65ED0; }
p { color: rgb(182,94,208); }
H1.HeaderClassName
{
color: #B65ED0;
}
.AnyTagClassName
{
color: #B65ED0;
}
</style>
background-color css
<style>
a { background-color: #B65ED0; }
a { background-color: rgb(182,94,208); }
div.DivClassName
{
background-color: #B65ED0;
}
.BgClassName
{
background-color: #B65ED0;
}
</style>
border-color css
<style>
span { border-color: #B65ED0; }
span { border-color: rgb(182,94,208); }
td.TdClassName
{
border-color: #B65ED0;
}
.TagClassName
{
border-color: #B65ED0;
}
</style>