Shades of Medium Purple #B36AF2
Tints of Medium Purple #B36AF2
RGB
CMYK
RGB Variations
Color information
#B36AF2 (or 0xB36AF2) is known color: Medium Purple. HEX triplet: B3, 6A and F2. RGB value is (179,106,242). Sum of RGB (Red+Green+Blue) = 179+106+242=527 (69% of max value = 765). Red value is 179 (70.31% from 255 or 33.97% from 527); Green value is 106 (41.80% from 255 or 20.11% from 527); Blue value is 242 (94.92% from 255 or 45.92% from 527); Max value from RGB is 242 - color contains mainly: blue. Hex color #B36AF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B36AF2 is #4C950D. Grayscale: #8E8E8E. Windows color (decimal): -5018894 or 15887027. OLE color: 15887027.
HSL color Cylindrical-coordinate representation of color #B36AF2: hue angle of 272.21º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B36AF2 is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 106 | 242 | - |
| CMYK | 0.26 | 0.56 | 0 | 0.05 |
| HSL | 272.21º | 0.84% | 0.68% | - |
| HSV(B) | 272.21º | 0.56% | 0.95% | - |
| XYZ | 39.77 | 26.3 | 86.99 | - |
| YUV | 143.33 | 183.68 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 106 | 242 | 0.26 | 0.56 | 0 | 0.05 | 272.21 | 0.84 | 0.68 |
| Hex | B3 | 6A | F2 | 1A | 38 | 0 | 5 | 110 | 54 | 44 |
| Octal | 263 | 152 | 362 | 32 | 70 | 0 | 5 | 420 | 124 | 104 |
| Binary | 10110011 | 1101010 | 11110010 | 11010 | 111000 | 0 | 101 | 100010000 | 1010100 | 1000100 |
Color Harmonies of #B36AF2
Complementary color
Monochromatic Colors of #B36AF2
Black with #B36AF2
Text Example
Text Example
White with #B36AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36AF2; }
p { color: rgb(179,106,242); }
H1.HeaderClassName
{
color: #B36AF2;
}
.AnyTagClassName
{
color: #B36AF2;
}
</style>
background-color css
<style>
a { background-color: #B36AF2; }
a { background-color: rgb(179,106,242); }
div.DivClassName
{
background-color: #B36AF2;
}
.BgClassName
{
background-color: #B36AF2;
}
</style>
border-color css
<style>
span { border-color: #B36AF2; }
span { border-color: rgb(179,106,242); }
td.TdClassName
{
border-color: #B36AF2;
}
.TagClassName
{
border-color: #B36AF2;
}
</style>