Shades of Medium Orchid #B665DA
Tints of Medium Orchid #B665DA
RGB
CMYK
RGB Variations
Color information
#B665DA (or 0xB665DA) is known color: Medium Orchid. HEX triplet: B6, 65 and DA. RGB value is (182,101,218). Sum of RGB (Red+Green+Blue) = 182+101+218=501 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.33% from 501); Green value is 101 (39.84% from 255 or 20.16% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 218 - color contains mainly: blue. Hex color #B665DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B665DA is #499A25. Grayscale: #8A8A8A. Windows color (decimal): -4823590 or 14312886. OLE color: 14312886.
HSL color Cylindrical-coordinate representation of color #B665DA: hue angle of 281.54º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B665DA is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 182 | 101 | 218 | - |
| CMYK | 0.17 | 0.54 | 0 | 0.15 |
| HSL | 281.54º | 0.61% | 0.63% | - |
| HSV(B) | 281.54º | 0.54% | 0.85% | - |
| XYZ | 36.6 | 24.31 | 69.09 | - |
| YUV | 138.56 | 172.84 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 101 | 218 | 0.17 | 0.54 | 0 | 0.15 | 281.54 | 0.61 | 0.63 |
| Hex | B6 | 65 | DA | 11 | 36 | 0 | F | 11A | 3D | 3F |
| Octal | 266 | 145 | 332 | 21 | 66 | 0 | 17 | 432 | 75 | 77 |
| Binary | 10110110 | 1100101 | 11011010 | 10001 | 110110 | 0 | 1111 | 100011010 | 111101 | 111111 |
Color Harmonies of #B665DA
Complementary color
Monochromatic Colors of #B665DA
Black with #B665DA
Text Example
Text Example
White with #B665DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B665DA; }
p { color: rgb(182,101,218); }
H1.HeaderClassName
{
color: #B665DA;
}
.AnyTagClassName
{
color: #B665DA;
}
</style>
background-color css
<style>
a { background-color: #B665DA; }
a { background-color: rgb(182,101,218); }
div.DivClassName
{
background-color: #B665DA;
}
.BgClassName
{
background-color: #B665DA;
}
</style>
border-color css
<style>
span { border-color: #B665DA; }
span { border-color: rgb(182,101,218); }
td.TdClassName
{
border-color: #B665DA;
}
.TagClassName
{
border-color: #B665DA;
}
</style>