Shades of Medium Orchid #B64CFE
Tints of Medium Orchid #B64CFE
RGB
CMYK
RGB Variations
Color information
#B64CFE (or 0xB64CFE) is known color: Medium Orchid. HEX triplet: B6, 4C and FE. RGB value is (182,76,254). Sum of RGB (Red+Green+Blue) = 182+76+254=512 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.55% from 512); Green value is 76 (30.08% from 255 or 14.84% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #B64CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B64CFE is #49B301. Grayscale: #7F7F7F. Windows color (decimal): -4829954 or 16665782. OLE color: 16665782.
HSL color Cylindrical-coordinate representation of color #B64CFE: hue angle of 275.73º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B64CFE is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 182 | 76 | 254 | - |
| CMYK | 0.28 | 0.70 | 0 | 0.00 |
| HSL | 275.73º | 0.99% | 0.65% | - |
| HSV(B) | 275.73º | 0.7% | 1% | - |
| XYZ | 39.77 | 22.27 | 95.97 | - |
| YUV | 127.99 | 199.12 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 76 | 254 | 0.28 | 0.70 | 0 | 0.00 | 275.73 | 0.99 | 0.65 |
| Hex | B6 | 4C | FE | 1C | 46 | 0 | 0 | 114 | 63 | 41 |
| Octal | 266 | 114 | 376 | 34 | 106 | 0 | 0 | 424 | 143 | 101 |
| Binary | 10110110 | 1001100 | 11111110 | 11100 | 1000110 | 0 | 0 | 100010100 | 1100011 | 1000001 |
Color Harmonies of #B64CFE
Complementary color
Monochromatic Colors of #B64CFE
Black with #B64CFE
Text Example
Text Example
White with #B64CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64CFE; }
p { color: rgb(182,76,254); }
H1.HeaderClassName
{
color: #B64CFE;
}
.AnyTagClassName
{
color: #B64CFE;
}
</style>
background-color css
<style>
a { background-color: #B64CFE; }
a { background-color: rgb(182,76,254); }
div.DivClassName
{
background-color: #B64CFE;
}
.BgClassName
{
background-color: #B64CFE;
}
</style>
border-color css
<style>
span { border-color: #B64CFE; }
span { border-color: rgb(182,76,254); }
td.TdClassName
{
border-color: #B64CFE;
}
.TagClassName
{
border-color: #B64CFE;
}
</style>