Shades of Medium Orchid #B64FF2
Tints of Medium Orchid #B64FF2
RGB
CMYK
RGB Variations
Color information
#B64FF2 (or 0xB64FF2) is known color: Medium Orchid. HEX triplet: B6, 4F and F2. RGB value is (182,79,242). Sum of RGB (Red+Green+Blue) = 182+79+242=503 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.18% from 503); Green value is 79 (31.25% from 255 or 15.71% from 503); Blue value is 242 (94.92% from 255 or 48.11% from 503); Max value from RGB is 242 - color contains mainly: blue. Hex color #B64FF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B64FF2 is #49B00D. Grayscale: #7F7F7F. Windows color (decimal): -4829198 or 15880118. OLE color: 15880118.
HSL color Cylindrical-coordinate representation of color #B64FF2: hue angle of 277.91º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B64FF2 is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 182 | 79 | 242 | - |
| CMYK | 0.25 | 0.67 | 0 | 0.05 |
| HSL | 277.91º | 0.86% | 0.63% | - |
| HSV(B) | 277.91º | 0.67% | 0.95% | - |
| XYZ | 38.11 | 21.95 | 86.23 | - |
| YUV | 128.38 | 192.12 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 79 | 242 | 0.25 | 0.67 | 0 | 0.05 | 277.91 | 0.86 | 0.63 |
| Hex | B6 | 4F | F2 | 19 | 43 | 0 | 5 | 116 | 56 | 3F |
| Octal | 266 | 117 | 362 | 31 | 103 | 0 | 5 | 426 | 126 | 77 |
| Binary | 10110110 | 1001111 | 11110010 | 11001 | 1000011 | 0 | 101 | 100010110 | 1010110 | 111111 |
Color Harmonies of #B64FF2
Complementary color
Monochromatic Colors of #B64FF2
Black with #B64FF2
Text Example
Text Example
White with #B64FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64FF2; }
p { color: rgb(182,79,242); }
H1.HeaderClassName
{
color: #B64FF2;
}
.AnyTagClassName
{
color: #B64FF2;
}
</style>
background-color css
<style>
a { background-color: #B64FF2; }
a { background-color: rgb(182,79,242); }
div.DivClassName
{
background-color: #B64FF2;
}
.BgClassName
{
background-color: #B64FF2;
}
</style>
border-color css
<style>
span { border-color: #B64FF2; }
span { border-color: rgb(182,79,242); }
td.TdClassName
{
border-color: #B64FF2;
}
.TagClassName
{
border-color: #B64FF2;
}
</style>