Shades of Medium Orchid #B65DD3
Tints of Medium Orchid #B65DD3
RGB
CMYK
RGB Variations
Color information
#B65DD3 (or 0xB65DD3) is known color: Medium Orchid. HEX triplet: B6, 5D and D3. RGB value is (182,93,211). Sum of RGB (Red+Green+Blue) = 182+93+211=486 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.45% from 486); Green value is 93 (36.72% from 255 or 19.14% from 486); Blue value is 211 (82.81% from 255 or 43.42% from 486); Max value from RGB is 211 - color contains mainly: blue. Hex color #B65DD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65DD3 is #49A22C. Grayscale: #848484. Windows color (decimal): -4825645 or 13852086. OLE color: 13852086.
HSL color Cylindrical-coordinate representation of color #B65DD3: hue angle of 285.25º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B65DD3 is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 182 | 93 | 211 | - |
| CMYK | 0.14 | 0.56 | 0 | 0.17 |
| HSL | 285.25º | 0.57% | 0.6% | - |
| HSV(B) | 285.25º | 0.56% | 0.83% | - |
| XYZ | 34.96 | 22.48 | 64.12 | - |
| YUV | 133.06 | 171.99 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 93 | 211 | 0.14 | 0.56 | 0 | 0.17 | 285.25 | 0.57 | 0.6 |
| Hex | B6 | 5D | D3 | E | 38 | 0 | 11 | 11D | 39 | 3C |
| Octal | 266 | 135 | 323 | 16 | 70 | 0 | 21 | 435 | 71 | 74 |
| Binary | 10110110 | 1011101 | 11010011 | 1110 | 111000 | 0 | 10001 | 100011101 | 111001 | 111100 |
Color Harmonies of #B65DD3
Complementary color
Monochromatic Colors of #B65DD3
Black with #B65DD3
Text Example
Text Example
White with #B65DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65DD3; }
p { color: rgb(182,93,211); }
H1.HeaderClassName
{
color: #B65DD3;
}
.AnyTagClassName
{
color: #B65DD3;
}
</style>
background-color css
<style>
a { background-color: #B65DD3; }
a { background-color: rgb(182,93,211); }
div.DivClassName
{
background-color: #B65DD3;
}
.BgClassName
{
background-color: #B65DD3;
}
</style>
border-color css
<style>
span { border-color: #B65DD3; }
span { border-color: rgb(182,93,211); }
td.TdClassName
{
border-color: #B65DD3;
}
.TagClassName
{
border-color: #B65DD3;
}
</style>