Shades of Medium Orchid #B64BED
Tints of Medium Orchid #B64BED
RGB
CMYK
RGB Variations
Color information
#B64BED (or 0xB64BED) is known color: Medium Orchid. HEX triplet: B6, 4B and ED. RGB value is (182,75,237). Sum of RGB (Red+Green+Blue) = 182+75+237=494 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.84% from 494); Green value is 75 (29.69% from 255 or 15.18% from 494); Blue value is 237 (92.97% from 255 or 47.98% from 494); Max value from RGB is 237 - color contains mainly: blue. Hex color #B64BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B64BED is #49B412. Grayscale: #7C7C7C. Windows color (decimal): -4830227 or 15551414. OLE color: 15551414.
HSL color Cylindrical-coordinate representation of color #B64BED: hue angle of 279.63º degrees, saturation: 0.82, 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 #B64BED is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 75 | 237 | - |
| CMYK | 0.23 | 0.68 | 0 | 0.07 |
| HSL | 279.63º | 0.82% | 0.61% | - |
| HSV(B) | 279.63º | 0.68% | 0.93% | - |
| XYZ | 37.09 | 21.09 | 82.24 | - |
| YUV | 125.46 | 190.95 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 75 | 237 | 0.23 | 0.68 | 0 | 0.07 | 279.63 | 0.82 | 0.61 |
| Hex | B6 | 4B | ED | 17 | 44 | 0 | 7 | 118 | 52 | 3D |
| Octal | 266 | 113 | 355 | 27 | 104 | 0 | 7 | 430 | 122 | 75 |
| Binary | 10110110 | 1001011 | 11101101 | 10111 | 1000100 | 0 | 111 | 100011000 | 1010010 | 111101 |
Color Harmonies of #B64BED
Complementary color
Monochromatic Colors of #B64BED
Black with #B64BED
Text Example
Text Example
White with #B64BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64BED; }
p { color: rgb(182,75,237); }
H1.HeaderClassName
{
color: #B64BED;
}
.AnyTagClassName
{
color: #B64BED;
}
</style>
background-color css
<style>
a { background-color: #B64BED; }
a { background-color: rgb(182,75,237); }
div.DivClassName
{
background-color: #B64BED;
}
.BgClassName
{
background-color: #B64BED;
}
</style>
border-color css
<style>
span { border-color: #B64BED; }
span { border-color: rgb(182,75,237); }
td.TdClassName
{
border-color: #B64BED;
}
.TagClassName
{
border-color: #B64BED;
}
</style>