Shades of Medium Purple #B27DF0
Tints of Medium Purple #B27DF0
RGB
CMYK
RGB Variations
Color information
#B27DF0 (or 0xB27DF0) is known color: Medium Purple. HEX triplet: B2, 7D and F0. RGB value is (178,125,240). Sum of RGB (Red+Green+Blue) = 178+125+240=543 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.78% from 543); Green value is 125 (49.22% from 255 or 23.02% from 543); Blue value is 240 (94.14% from 255 or 44.20% from 543); Max value from RGB is 240 - color contains mainly: blue. Hex color #B27DF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B27DF0 is #4D820F. Grayscale: #999999. Windows color (decimal): -5079568 or 15760818. OLE color: 15760818.
HSL color Cylindrical-coordinate representation of color #B27DF0: hue angle of 267.65º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B27DF0 is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 178 | 125 | 240 | - |
| CMYK | 0.26 | 0.48 | 0 | 0.06 |
| HSL | 267.65º | 0.79% | 0.72% | - |
| HSV(B) | 267.65º | 0.48% | 0.94% | - |
| XYZ | 41.42 | 30.42 | 86.13 | - |
| YUV | 153.96 | 176.56 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 125 | 240 | 0.26 | 0.48 | 0 | 0.06 | 267.65 | 0.79 | 0.72 |
| Hex | B2 | 7D | F0 | 1A | 30 | 0 | 6 | 10C | 4F | 48 |
| Octal | 262 | 175 | 360 | 32 | 60 | 0 | 6 | 414 | 117 | 110 |
| Binary | 10110010 | 1111101 | 11110000 | 11010 | 110000 | 0 | 110 | 100001100 | 1001111 | 1001000 |
Color Harmonies of #B27DF0
Complementary color
Monochromatic Colors of #B27DF0
Black with #B27DF0
Text Example
Text Example
White with #B27DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27DF0; }
p { color: rgb(178,125,240); }
H1.HeaderClassName
{
color: #B27DF0;
}
.AnyTagClassName
{
color: #B27DF0;
}
</style>
background-color css
<style>
a { background-color: #B27DF0; }
a { background-color: rgb(178,125,240); }
div.DivClassName
{
background-color: #B27DF0;
}
.BgClassName
{
background-color: #B27DF0;
}
</style>
border-color css
<style>
span { border-color: #B27DF0; }
span { border-color: rgb(178,125,240); }
td.TdClassName
{
border-color: #B27DF0;
}
.TagClassName
{
border-color: #B27DF0;
}
</style>