Shades of Medium Orchid #B65DDC
Tints of Medium Orchid #B65DDC
RGB
CMYK
RGB Variations
Color information
#B65DDC (or 0xB65DDC) is known color: Medium Orchid. HEX triplet: B6, 5D and DC. RGB value is (182,93,220). Sum of RGB (Red+Green+Blue) = 182+93+220=495 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.77% from 495); Green value is 93 (36.72% from 255 or 18.79% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #B65DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65DDC is #49A223. Grayscale: #858585. Windows color (decimal): -4825636 or 14441910. OLE color: 14441910.
HSL color Cylindrical-coordinate representation of color #B65DDC: hue angle of 282.05º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B65DDC is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 93 | 220 | - |
| CMYK | 0.17 | 0.58 | 0 | 0.14 |
| HSL | 282.05º | 0.64% | 0.61% | - |
| HSV(B) | 282.05º | 0.58% | 0.86% | - |
| XYZ | 36.12 | 22.94 | 70.23 | - |
| YUV | 134.09 | 176.49 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 93 | 220 | 0.17 | 0.58 | 0 | 0.14 | 282.05 | 0.64 | 0.61 |
| Hex | B6 | 5D | DC | 11 | 3A | 0 | E | 11A | 40 | 3D |
| Octal | 266 | 135 | 334 | 21 | 72 | 0 | 16 | 432 | 100 | 75 |
| Binary | 10110110 | 1011101 | 11011100 | 10001 | 111010 | 0 | 1110 | 100011010 | 1000000 | 111101 |
Color Harmonies of #B65DDC
Complementary color
Monochromatic Colors of #B65DDC
Black with #B65DDC
Text Example
Text Example
White with #B65DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65DDC; }
p { color: rgb(182,93,220); }
H1.HeaderClassName
{
color: #B65DDC;
}
.AnyTagClassName
{
color: #B65DDC;
}
</style>
background-color css
<style>
a { background-color: #B65DDC; }
a { background-color: rgb(182,93,220); }
div.DivClassName
{
background-color: #B65DDC;
}
.BgClassName
{
background-color: #B65DDC;
}
</style>
border-color css
<style>
span { border-color: #B65DDC; }
span { border-color: rgb(182,93,220); }
td.TdClassName
{
border-color: #B65DDC;
}
.TagClassName
{
border-color: #B65DDC;
}
</style>