Shades of Medium Purple #B67AF8
Tints of Medium Purple #B67AF8
RGB
CMYK
RGB Variations
Color information
#B67AF8 (or 0xB67AF8) is known color: Medium Purple. HEX triplet: B6, 7A and F8. RGB value is (182,122,248). Sum of RGB (Red+Green+Blue) = 182+122+248=552 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.97% from 552); Green value is 122 (48.05% from 255 or 22.10% from 552); Blue value is 248 (97.27% from 255 or 44.93% from 552); Max value from RGB is 248 - color contains mainly: blue. Hex color #B67AF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B67AF8 is #498507. Grayscale: #999999. Windows color (decimal): -4818184 or 16284342. OLE color: 16284342.
HSL color Cylindrical-coordinate representation of color #B67AF8: hue angle of 268.57º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B67AF8 is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 182 | 122 | 248 | - |
| CMYK | 0.27 | 0.51 | 0 | 0.03 |
| HSL | 268.57º | 0.9% | 0.73% | - |
| HSV(B) | 268.57º | 0.51% | 0.97% | - |
| XYZ | 43.19 | 30.64 | 92.44 | - |
| YUV | 154.3 | 180.88 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 122 | 248 | 0.27 | 0.51 | 0 | 0.03 | 268.57 | 0.9 | 0.73 |
| Hex | B6 | 7A | F8 | 1B | 33 | 0 | 3 | 10D | 5A | 49 |
| Octal | 266 | 172 | 370 | 33 | 63 | 0 | 3 | 415 | 132 | 111 |
| Binary | 10110110 | 1111010 | 11111000 | 11011 | 110011 | 0 | 11 | 100001101 | 1011010 | 1001001 |
Color Harmonies of #B67AF8
Complementary color
Monochromatic Colors of #B67AF8
Black with #B67AF8
Text Example
Text Example
White with #B67AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67AF8; }
p { color: rgb(182,122,248); }
H1.HeaderClassName
{
color: #B67AF8;
}
.AnyTagClassName
{
color: #B67AF8;
}
</style>
background-color css
<style>
a { background-color: #B67AF8; }
a { background-color: rgb(182,122,248); }
div.DivClassName
{
background-color: #B67AF8;
}
.BgClassName
{
background-color: #B67AF8;
}
</style>
border-color css
<style>
span { border-color: #B67AF8; }
span { border-color: rgb(182,122,248); }
td.TdClassName
{
border-color: #B67AF8;
}
.TagClassName
{
border-color: #B67AF8;
}
</style>