Shades of Medium Orchid #B64BFE
Tints of Medium Orchid #B64BFE
RGB
CMYK
RGB Variations
Color information
#B64BFE (or 0xB64BFE) is known color: Medium Orchid. HEX triplet: B6, 4B and FE. RGB value is (182,75,254). Sum of RGB (Red+Green+Blue) = 182+75+254=511 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.62% from 511); Green value is 75 (29.69% from 255 or 14.68% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #B64BFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B64BFE is #49B401. Grayscale: #7E7E7E. Windows color (decimal): -4830210 or 16665526. OLE color: 16665526.
HSL color Cylindrical-coordinate representation of color #B64BFE: hue angle of 275.87º 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 #B64BFE is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 182 | 75 | 254 | - |
| CMYK | 0.28 | 0.70 | 0 | 0.00 |
| HSL | 275.87º | 0.99% | 0.65% | - |
| HSV(B) | 275.87º | 0.7% | 1% | - |
| XYZ | 39.7 | 22.13 | 95.95 | - |
| YUV | 127.4 | 199.45 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 75 | 254 | 0.28 | 0.70 | 0 | 0.00 | 275.87 | 0.99 | 0.65 |
| Hex | B6 | 4B | FE | 1C | 46 | 0 | 0 | 114 | 63 | 41 |
| Octal | 266 | 113 | 376 | 34 | 106 | 0 | 0 | 424 | 143 | 101 |
| Binary | 10110110 | 1001011 | 11111110 | 11100 | 1000110 | 0 | 0 | 100010100 | 1100011 | 1000001 |
Color Harmonies of #B64BFE
Complementary color
Monochromatic Colors of #B64BFE
Black with #B64BFE
Text Example
Text Example
White with #B64BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64BFE; }
p { color: rgb(182,75,254); }
H1.HeaderClassName
{
color: #B64BFE;
}
.AnyTagClassName
{
color: #B64BFE;
}
</style>
background-color css
<style>
a { background-color: #B64BFE; }
a { background-color: rgb(182,75,254); }
div.DivClassName
{
background-color: #B64BFE;
}
.BgClassName
{
background-color: #B64BFE;
}
</style>
border-color css
<style>
span { border-color: #B64BFE; }
span { border-color: rgb(182,75,254); }
td.TdClassName
{
border-color: #B64BFE;
}
.TagClassName
{
border-color: #B64BFE;
}
</style>