Shades of Medium Purple #B06CF2
Tints of Medium Purple #B06CF2
RGB
CMYK
RGB Variations
Color information
#B06CF2 (or 0xB06CF2) is known color: Medium Purple. HEX triplet: B0, 6C and F2. RGB value is (176,108,242). Sum of RGB (Red+Green+Blue) = 176+108+242=526 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.46% from 526); Green value is 108 (42.58% from 255 or 20.53% from 526); Blue value is 242 (94.92% from 255 or 46.01% from 526); Max value from RGB is 242 - color contains mainly: blue. Hex color #B06CF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B06CF2 is #4F930D. Grayscale: #8F8F8F. Windows color (decimal): -5214990 or 15887536. OLE color: 15887536.
HSL color Cylindrical-coordinate representation of color #B06CF2: hue angle of 270.45º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B06CF2 is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 108 | 242 | - |
| CMYK | 0.27 | 0.55 | 0 | 0.05 |
| HSL | 270.45º | 0.84% | 0.69% | - |
| HSV(B) | 270.45º | 0.55% | 0.95% | - |
| XYZ | 39.29 | 26.37 | 87.02 | - |
| YUV | 143.61 | 183.53 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 108 | 242 | 0.27 | 0.55 | 0 | 0.05 | 270.45 | 0.84 | 0.69 |
| Hex | B0 | 6C | F2 | 1B | 37 | 0 | 5 | 10E | 54 | 45 |
| Octal | 260 | 154 | 362 | 33 | 67 | 0 | 5 | 416 | 124 | 105 |
| Binary | 10110000 | 1101100 | 11110010 | 11011 | 110111 | 0 | 101 | 100001110 | 1010100 | 1000101 |
Color Harmonies of #B06CF2
Complementary color
Monochromatic Colors of #B06CF2
Black with #B06CF2
Text Example
Text Example
White with #B06CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06CF2; }
p { color: rgb(176,108,242); }
H1.HeaderClassName
{
color: #B06CF2;
}
.AnyTagClassName
{
color: #B06CF2;
}
</style>
background-color css
<style>
a { background-color: #B06CF2; }
a { background-color: rgb(176,108,242); }
div.DivClassName
{
background-color: #B06CF2;
}
.BgClassName
{
background-color: #B06CF2;
}
</style>
border-color css
<style>
span { border-color: #B06CF2; }
span { border-color: rgb(176,108,242); }
td.TdClassName
{
border-color: #B06CF2;
}
.TagClassName
{
border-color: #B06CF2;
}
</style>