Shades of Medium Orchid #B647FB
Tints of Medium Orchid #B647FB
RGB
CMYK
RGB Variations
Color information
#B647FB (or 0xB647FB) is known color: Medium Orchid. HEX triplet: B6, 47 and FB. RGB value is (182,71,251). Sum of RGB (Red+Green+Blue) = 182+71+251=504 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.11% from 504); Green value is 71 (28.12% from 255 or 14.09% from 504); Blue value is 251 (98.44% from 255 or 49.80% from 504); Max value from RGB is 251 - color contains mainly: blue. Hex color #B647FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B647FB is #49B804. Grayscale: #7C7C7C. Windows color (decimal): -4831237 or 16467894. OLE color: 16467894.
HSL color Cylindrical-coordinate representation of color #B647FB: hue angle of 277º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B647FB is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 182 | 71 | 251 | - |
| CMYK | 0.27 | 0.72 | 0 | 0.02 |
| HSL | 277º | 0.96% | 0.63% | - |
| HSV(B) | 277º | 0.72% | 0.98% | - |
| XYZ | 38.96 | 21.42 | 93.35 | - |
| YUV | 124.71 | 199.27 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 71 | 251 | 0.27 | 0.72 | 0 | 0.02 | 277 | 0.96 | 0.63 |
| Hex | B6 | 47 | FB | 1B | 48 | 0 | 2 | 115 | 60 | 3F |
| Octal | 266 | 107 | 373 | 33 | 110 | 0 | 2 | 425 | 140 | 77 |
| Binary | 10110110 | 1000111 | 11111011 | 11011 | 1001000 | 0 | 10 | 100010101 | 1100000 | 111111 |
Color Harmonies of #B647FB
Complementary color
Monochromatic Colors of #B647FB
Black with #B647FB
Text Example
Text Example
White with #B647FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B647FB; }
p { color: rgb(182,71,251); }
H1.HeaderClassName
{
color: #B647FB;
}
.AnyTagClassName
{
color: #B647FB;
}
</style>
background-color css
<style>
a { background-color: #B647FB; }
a { background-color: rgb(182,71,251); }
div.DivClassName
{
background-color: #B647FB;
}
.BgClassName
{
background-color: #B647FB;
}
</style>
border-color css
<style>
span { border-color: #B647FB; }
span { border-color: rgb(182,71,251); }
td.TdClassName
{
border-color: #B647FB;
}
.TagClassName
{
border-color: #B647FB;
}
</style>