Shades of Medium Orchid #B65ED3
Tints of Medium Orchid #B65ED3
RGB
CMYK
RGB Variations
Color information
#B65ED3 (or 0xB65ED3) is known color: Medium Orchid. HEX triplet: B6, 5E and D3. RGB value is (182,94,211). Sum of RGB (Red+Green+Blue) = 182+94+211=487 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.37% from 487); Green value is 94 (37.11% from 255 or 19.30% from 487); Blue value is 211 (82.81% from 255 or 43.33% from 487); Max value from RGB is 211 - color contains mainly: blue. Hex color #B65ED3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65ED3 is #49A12C. Grayscale: #858585. Windows color (decimal): -4825389 or 13852342. OLE color: 13852342.
HSL color Cylindrical-coordinate representation of color #B65ED3: hue angle of 285.13º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B65ED3 is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 182 | 94 | 211 | - |
| CMYK | 0.14 | 0.55 | 0 | 0.17 |
| HSL | 285.13º | 0.57% | 0.6% | - |
| HSV(B) | 285.13º | 0.55% | 0.83% | - |
| XYZ | 35.05 | 22.65 | 64.15 | - |
| YUV | 133.65 | 171.65 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 94 | 211 | 0.14 | 0.55 | 0 | 0.17 | 285.13 | 0.57 | 0.6 |
| Hex | B6 | 5E | D3 | E | 37 | 0 | 11 | 11D | 39 | 3C |
| Octal | 266 | 136 | 323 | 16 | 67 | 0 | 21 | 435 | 71 | 74 |
| Binary | 10110110 | 1011110 | 11010011 | 1110 | 110111 | 0 | 10001 | 100011101 | 111001 | 111100 |
Color Harmonies of #B65ED3
Complementary color
Monochromatic Colors of #B65ED3
Black with #B65ED3
Text Example
Text Example
White with #B65ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65ED3; }
p { color: rgb(182,94,211); }
H1.HeaderClassName
{
color: #B65ED3;
}
.AnyTagClassName
{
color: #B65ED3;
}
</style>
background-color css
<style>
a { background-color: #B65ED3; }
a { background-color: rgb(182,94,211); }
div.DivClassName
{
background-color: #B65ED3;
}
.BgClassName
{
background-color: #B65ED3;
}
</style>
border-color css
<style>
span { border-color: #B65ED3; }
span { border-color: rgb(182,94,211); }
td.TdClassName
{
border-color: #B65ED3;
}
.TagClassName
{
border-color: #B65ED3;
}
</style>