Shades of Medium Orchid #B64FFC
Tints of Medium Orchid #B64FFC
RGB
CMYK
RGB Variations
Color information
#B64FFC (or 0xB64FFC) is known color: Medium Orchid. HEX triplet: B6, 4F and FC. RGB value is (182,79,252). Sum of RGB (Red+Green+Blue) = 182+79+252=513 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.48% from 513); Green value is 79 (31.25% from 255 or 15.40% from 513); Blue value is 252 (98.83% from 255 or 49.12% from 513); Max value from RGB is 252 - color contains mainly: blue. Hex color #B64FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B64FFC is #49B003. Grayscale: #808080. Windows color (decimal): -4829188 or 16535478. OLE color: 16535478.
HSL color Cylindrical-coordinate representation of color #B64FFC: hue angle of 275.72º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B64FFC is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 182 | 79 | 252 | - |
| CMYK | 0.28 | 0.69 | 0 | 0.01 |
| HSL | 275.72º | 0.97% | 0.65% | - |
| HSV(B) | 275.72º | 0.69% | 0.99% | - |
| XYZ | 39.66 | 22.57 | 94.36 | - |
| YUV | 129.52 | 197.12 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 79 | 252 | 0.28 | 0.69 | 0 | 0.01 | 275.72 | 0.97 | 0.65 |
| Hex | B6 | 4F | FC | 1C | 45 | 0 | 1 | 114 | 61 | 41 |
| Octal | 266 | 117 | 374 | 34 | 105 | 0 | 1 | 424 | 141 | 101 |
| Binary | 10110110 | 1001111 | 11111100 | 11100 | 1000101 | 0 | 1 | 100010100 | 1100001 | 1000001 |
Color Harmonies of #B64FFC
Complementary color
Monochromatic Colors of #B64FFC
Black with #B64FFC
Text Example
Text Example
White with #B64FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64FFC; }
p { color: rgb(182,79,252); }
H1.HeaderClassName
{
color: #B64FFC;
}
.AnyTagClassName
{
color: #B64FFC;
}
</style>
background-color css
<style>
a { background-color: #B64FFC; }
a { background-color: rgb(182,79,252); }
div.DivClassName
{
background-color: #B64FFC;
}
.BgClassName
{
background-color: #B64FFC;
}
</style>
border-color css
<style>
span { border-color: #B64FFC; }
span { border-color: rgb(182,79,252); }
td.TdClassName
{
border-color: #B64FFC;
}
.TagClassName
{
border-color: #B64FFC;
}
</style>