Shades of Medium Orchid #B64BEE
Tints of Medium Orchid #B64BEE
RGB
CMYK
RGB Variations
Color information
#B64BEE (or 0xB64BEE) is known color: Medium Orchid. HEX triplet: B6, 4B and EE. RGB value is (182,75,238). Sum of RGB (Red+Green+Blue) = 182+75+238=495 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.77% from 495); Green value is 75 (29.69% from 255 or 15.15% from 495); Blue value is 238 (93.36% from 255 or 48.08% from 495); Max value from RGB is 238 - color contains mainly: blue. Hex color #B64BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B64BEE is #49B411. Grayscale: #7D7D7D. Windows color (decimal): -4830226 or 15616950. OLE color: 15616950.
HSL color Cylindrical-coordinate representation of color #B64BEE: hue angle of 279.39º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B64BEE is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 75 | 238 | - |
| CMYK | 0.24 | 0.68 | 0 | 0.07 |
| HSL | 279.39º | 0.83% | 0.61% | - |
| HSV(B) | 279.39º | 0.68% | 0.93% | - |
| XYZ | 37.24 | 21.15 | 83.01 | - |
| YUV | 125.58 | 191.45 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 75 | 238 | 0.24 | 0.68 | 0 | 0.07 | 279.39 | 0.83 | 0.61 |
| Hex | B6 | 4B | EE | 18 | 44 | 0 | 7 | 117 | 53 | 3D |
| Octal | 266 | 113 | 356 | 30 | 104 | 0 | 7 | 427 | 123 | 75 |
| Binary | 10110110 | 1001011 | 11101110 | 11000 | 1000100 | 0 | 111 | 100010111 | 1010011 | 111101 |
Color Harmonies of #B64BEE
Complementary color
Monochromatic Colors of #B64BEE
Black with #B64BEE
Text Example
Text Example
White with #B64BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64BEE; }
p { color: rgb(182,75,238); }
H1.HeaderClassName
{
color: #B64BEE;
}
.AnyTagClassName
{
color: #B64BEE;
}
</style>
background-color css
<style>
a { background-color: #B64BEE; }
a { background-color: rgb(182,75,238); }
div.DivClassName
{
background-color: #B64BEE;
}
.BgClassName
{
background-color: #B64BEE;
}
</style>
border-color css
<style>
span { border-color: #B64BEE; }
span { border-color: rgb(182,75,238); }
td.TdClassName
{
border-color: #B64BEE;
}
.TagClassName
{
border-color: #B64BEE;
}
</style>