Shades of Medium Purple #B678F2
Tints of Medium Purple #B678F2
RGB
CMYK
RGB Variations
Color information
#B678F2 (or 0xB678F2) is known color: Medium Purple. HEX triplet: B6, 78 and F2. RGB value is (182,120,242). Sum of RGB (Red+Green+Blue) = 182+120+242=544 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.46% from 544); Green value is 120 (47.27% from 255 or 22.06% from 544); Blue value is 242 (94.92% from 255 or 44.49% from 544); Max value from RGB is 242 - color contains mainly: blue. Hex color #B678F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B678F2 is #49870D. Grayscale: #989898. Windows color (decimal): -4818702 or 15890614. OLE color: 15890614.
HSL color Cylindrical-coordinate representation of color #B678F2: hue angle of 270.49º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B678F2 is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 182 | 120 | 242 | - |
| CMYK | 0.25 | 0.50 | 0 | 0.05 |
| HSL | 270.49º | 0.82% | 0.71% | - |
| HSV(B) | 270.49º | 0.5% | 0.95% | - |
| XYZ | 42.03 | 29.79 | 87.54 | - |
| YUV | 152.45 | 178.54 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 120 | 242 | 0.25 | 0.50 | 0 | 0.05 | 270.49 | 0.82 | 0.71 |
| Hex | B6 | 78 | F2 | 19 | 32 | 0 | 5 | 10E | 52 | 47 |
| Octal | 266 | 170 | 362 | 31 | 62 | 0 | 5 | 416 | 122 | 107 |
| Binary | 10110110 | 1111000 | 11110010 | 11001 | 110010 | 0 | 101 | 100001110 | 1010010 | 1000111 |
Color Harmonies of #B678F2
Complementary color
Monochromatic Colors of #B678F2
Black with #B678F2
Text Example
Text Example
White with #B678F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B678F2; }
p { color: rgb(182,120,242); }
H1.HeaderClassName
{
color: #B678F2;
}
.AnyTagClassName
{
color: #B678F2;
}
</style>
background-color css
<style>
a { background-color: #B678F2; }
a { background-color: rgb(182,120,242); }
div.DivClassName
{
background-color: #B678F2;
}
.BgClassName
{
background-color: #B678F2;
}
</style>
border-color css
<style>
span { border-color: #B678F2; }
span { border-color: rgb(182,120,242); }
td.TdClassName
{
border-color: #B678F2;
}
.TagClassName
{
border-color: #B678F2;
}
</style>