Shades of Medium Orchid #B64AEB
Tints of Medium Orchid #B64AEB
RGB
CMYK
RGB Variations
Color information
#B64AEB (or 0xB64AEB) is known color: Medium Orchid. HEX triplet: B6, 4A and EB. RGB value is (182,74,235). Sum of RGB (Red+Green+Blue) = 182+74+235=491 (65% of max value = 765). Red value is 182 (71.48% from 255 or 37.07% from 491); Green value is 74 (29.30% from 255 or 15.07% from 491); Blue value is 235 (92.19% from 255 or 47.86% from 491); Max value from RGB is 235 - color contains mainly: blue. Hex color #B64AEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B64AEB is #49B514. Grayscale: #7C7C7C. Windows color (decimal): -4830485 or 15420086. OLE color: 15420086.
HSL color Cylindrical-coordinate representation of color #B64AEB: hue angle of 280.25º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B64AEB is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 182 | 74 | 235 | - |
| CMYK | 0.23 | 0.69 | 0 | 0.08 |
| HSL | 280.25º | 0.8% | 0.61% | - |
| HSV(B) | 280.25º | 0.69% | 0.92% | - |
| XYZ | 36.74 | 20.84 | 80.68 | - |
| YUV | 124.65 | 190.28 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 74 | 235 | 0.23 | 0.69 | 0 | 0.08 | 280.25 | 0.8 | 0.61 |
| Hex | B6 | 4A | EB | 17 | 45 | 0 | 8 | 118 | 50 | 3D |
| Octal | 266 | 112 | 353 | 27 | 105 | 0 | 10 | 430 | 120 | 75 |
| Binary | 10110110 | 1001010 | 11101011 | 10111 | 1000101 | 0 | 1000 | 100011000 | 1010000 | 111101 |
Color Harmonies of #B64AEB
Complementary color
Monochromatic Colors of #B64AEB
Black with #B64AEB
Text Example
Text Example
White with #B64AEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64AEB; }
p { color: rgb(182,74,235); }
H1.HeaderClassName
{
color: #B64AEB;
}
.AnyTagClassName
{
color: #B64AEB;
}
</style>
background-color css
<style>
a { background-color: #B64AEB; }
a { background-color: rgb(182,74,235); }
div.DivClassName
{
background-color: #B64AEB;
}
.BgClassName
{
background-color: #B64AEB;
}
</style>
border-color css
<style>
span { border-color: #B64AEB; }
span { border-color: rgb(182,74,235); }
td.TdClassName
{
border-color: #B64AEB;
}
.TagClassName
{
border-color: #B64AEB;
}
</style>