Shades of Medium Orchid #B65ADC
Tints of Medium Orchid #B65ADC
RGB
CMYK
RGB Variations
Color information
#B65ADC (or 0xB65ADC) is known color: Medium Orchid. HEX triplet: B6, 5A and DC. RGB value is (182,90,220). Sum of RGB (Red+Green+Blue) = 182+90+220=492 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.99% from 492); Green value is 90 (35.55% from 255 or 18.29% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #B65ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65ADC is #49A523. Grayscale: #838383. Windows color (decimal): -4826404 or 14441142. OLE color: 14441142.
HSL color Cylindrical-coordinate representation of color #B65ADC: hue angle of 282.46º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B65ADC is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 90 | 220 | - |
| CMYK | 0.17 | 0.59 | 0 | 0.14 |
| HSL | 282.46º | 0.65% | 0.61% | - |
| HSV(B) | 282.46º | 0.59% | 0.86% | - |
| XYZ | 35.87 | 22.42 | 70.15 | - |
| YUV | 132.33 | 177.48 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 90 | 220 | 0.17 | 0.59 | 0 | 0.14 | 282.46 | 0.65 | 0.61 |
| Hex | B6 | 5A | DC | 11 | 3B | 0 | E | 11A | 41 | 3D |
| Octal | 266 | 132 | 334 | 21 | 73 | 0 | 16 | 432 | 101 | 75 |
| Binary | 10110110 | 1011010 | 11011100 | 10001 | 111011 | 0 | 1110 | 100011010 | 1000001 | 111101 |
Color Harmonies of #B65ADC
Complementary color
Monochromatic Colors of #B65ADC
Black with #B65ADC
Text Example
Text Example
White with #B65ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65ADC; }
p { color: rgb(182,90,220); }
H1.HeaderClassName
{
color: #B65ADC;
}
.AnyTagClassName
{
color: #B65ADC;
}
</style>
background-color css
<style>
a { background-color: #B65ADC; }
a { background-color: rgb(182,90,220); }
div.DivClassName
{
background-color: #B65ADC;
}
.BgClassName
{
background-color: #B65ADC;
}
</style>
border-color css
<style>
span { border-color: #B65ADC; }
span { border-color: rgb(182,90,220); }
td.TdClassName
{
border-color: #B65ADC;
}
.TagClassName
{
border-color: #B65ADC;
}
</style>