Shades of Medium Purple #B27DF2
Tints of Medium Purple #B27DF2
RGB
CMYK
RGB Variations
Color information
#B27DF2 (or 0xB27DF2) is known color: Medium Purple. HEX triplet: B2, 7D and F2. RGB value is (178,125,242). Sum of RGB (Red+Green+Blue) = 178+125+242=545 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.66% from 545); Green value is 125 (49.22% from 255 or 22.94% from 545); Blue value is 242 (94.92% from 255 or 44.40% from 545); Max value from RGB is 242 - color contains mainly: blue. Hex color #B27DF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B27DF2 is #4D820D. Grayscale: #999999. Windows color (decimal): -5079566 or 15891890. OLE color: 15891890.
HSL color Cylindrical-coordinate representation of color #B27DF2: hue angle of 267.18º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B27DF2 is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 125 | 242 | - |
| CMYK | 0.26 | 0.48 | 0 | 0.05 |
| HSL | 267.18º | 0.82% | 0.72% | - |
| HSV(B) | 267.18º | 0.48% | 0.95% | - |
| XYZ | 41.72 | 30.54 | 87.7 | - |
| YUV | 154.19 | 177.56 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 125 | 242 | 0.26 | 0.48 | 0 | 0.05 | 267.18 | 0.82 | 0.72 |
| Hex | B2 | 7D | F2 | 1A | 30 | 0 | 5 | 10B | 52 | 48 |
| Octal | 262 | 175 | 362 | 32 | 60 | 0 | 5 | 413 | 122 | 110 |
| Binary | 10110010 | 1111101 | 11110010 | 11010 | 110000 | 0 | 101 | 100001011 | 1010010 | 1001000 |
Color Harmonies of #B27DF2
Complementary color
Monochromatic Colors of #B27DF2
Black with #B27DF2
Text Example
Text Example
White with #B27DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27DF2; }
p { color: rgb(178,125,242); }
H1.HeaderClassName
{
color: #B27DF2;
}
.AnyTagClassName
{
color: #B27DF2;
}
</style>
background-color css
<style>
a { background-color: #B27DF2; }
a { background-color: rgb(178,125,242); }
div.DivClassName
{
background-color: #B27DF2;
}
.BgClassName
{
background-color: #B27DF2;
}
</style>
border-color css
<style>
span { border-color: #B27DF2; }
span { border-color: rgb(178,125,242); }
td.TdClassName
{
border-color: #B27DF2;
}
.TagClassName
{
border-color: #B27DF2;
}
</style>