Shades of Medium Orchid #B65CEA
Tints of Medium Orchid #B65CEA
RGB
CMYK
RGB Variations
Color information
#B65CEA (or 0xB65CEA) is known color: Medium Orchid. HEX triplet: B6, 5C and EA. RGB value is (182,92,234). Sum of RGB (Red+Green+Blue) = 182+92+234=508 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.83% from 508); Green value is 92 (36.33% from 255 or 18.11% from 508); Blue value is 234 (91.80% from 255 or 46.06% from 508); Max value from RGB is 234 - color contains mainly: blue. Hex color #B65CEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B65CEA is #49A315. Grayscale: #868686. Windows color (decimal): -4825878 or 15359158. OLE color: 15359158.
HSL color Cylindrical-coordinate representation of color #B65CEA: hue angle of 278.03º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B65CEA is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 182 | 92 | 234 | - |
| CMYK | 0.22 | 0.61 | 0 | 0.08 |
| HSL | 278.03º | 0.77% | 0.64% | - |
| HSV(B) | 278.03º | 0.61% | 0.92% | - |
| XYZ | 37.97 | 23.54 | 80.38 | - |
| YUV | 135.1 | 183.82 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 92 | 234 | 0.22 | 0.61 | 0 | 0.08 | 278.03 | 0.77 | 0.64 |
| Hex | B6 | 5C | EA | 16 | 3D | 0 | 8 | 116 | 4D | 40 |
| Octal | 266 | 134 | 352 | 26 | 75 | 0 | 10 | 426 | 115 | 100 |
| Binary | 10110110 | 1011100 | 11101010 | 10110 | 111101 | 0 | 1000 | 100010110 | 1001101 | 1000000 |
Color Harmonies of #B65CEA
Complementary color
Monochromatic Colors of #B65CEA
Black with #B65CEA
Text Example
Text Example
White with #B65CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65CEA; }
p { color: rgb(182,92,234); }
H1.HeaderClassName
{
color: #B65CEA;
}
.AnyTagClassName
{
color: #B65CEA;
}
</style>
background-color css
<style>
a { background-color: #B65CEA; }
a { background-color: rgb(182,92,234); }
div.DivClassName
{
background-color: #B65CEA;
}
.BgClassName
{
background-color: #B65CEA;
}
</style>
border-color css
<style>
span { border-color: #B65CEA; }
span { border-color: rgb(182,92,234); }
td.TdClassName
{
border-color: #B65CEA;
}
.TagClassName
{
border-color: #B65CEA;
}
</style>