Shades of Medium Orchid #B647F2
Tints of Medium Orchid #B647F2
RGB
CMYK
RGB Variations
Color information
#B647F2 (or 0xB647F2) is known color: Medium Orchid. HEX triplet: B6, 47 and F2. RGB value is (182,71,242). Sum of RGB (Red+Green+Blue) = 182+71+242=495 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.77% from 495); Green value is 71 (28.12% from 255 or 14.34% from 495); Blue value is 242 (94.92% from 255 or 48.89% from 495); Max value from RGB is 242 - color contains mainly: blue. Hex color #B647F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B647F2 is #49B80D. Grayscale: #7B7B7B. Windows color (decimal): -4831246 or 15878070. OLE color: 15878070.
HSL color Cylindrical-coordinate representation of color #B647F2: hue angle of 278.95º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B647F2 is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 182 | 71 | 242 | - |
| CMYK | 0.25 | 0.71 | 0 | 0.05 |
| HSL | 278.95º | 0.87% | 0.61% | - |
| HSV(B) | 278.95º | 0.71% | 0.95% | - |
| XYZ | 37.57 | 20.86 | 86.05 | - |
| YUV | 123.68 | 194.77 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 71 | 242 | 0.25 | 0.71 | 0 | 0.05 | 278.95 | 0.87 | 0.61 |
| Hex | B6 | 47 | F2 | 19 | 47 | 0 | 5 | 117 | 57 | 3D |
| Octal | 266 | 107 | 362 | 31 | 107 | 0 | 5 | 427 | 127 | 75 |
| Binary | 10110110 | 1000111 | 11110010 | 11001 | 1000111 | 0 | 101 | 100010111 | 1010111 | 111101 |
Color Harmonies of #B647F2
Complementary color
Monochromatic Colors of #B647F2
Black with #B647F2
Text Example
Text Example
White with #B647F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B647F2; }
p { color: rgb(182,71,242); }
H1.HeaderClassName
{
color: #B647F2;
}
.AnyTagClassName
{
color: #B647F2;
}
</style>
background-color css
<style>
a { background-color: #B647F2; }
a { background-color: rgb(182,71,242); }
div.DivClassName
{
background-color: #B647F2;
}
.BgClassName
{
background-color: #B647F2;
}
</style>
border-color css
<style>
span { border-color: #B647F2; }
span { border-color: rgb(182,71,242); }
td.TdClassName
{
border-color: #B647F2;
}
.TagClassName
{
border-color: #B647F2;
}
</style>