Shades of Medium Purple #B270ED
Tints of Medium Purple #B270ED
RGB
CMYK
RGB Variations
Color information
#B270ED (or 0xB270ED) is known color: Medium Purple. HEX triplet: B2, 70 and ED. RGB value is (178,112,237). Sum of RGB (Red+Green+Blue) = 178+112+237=527 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.78% from 527); Green value is 112 (44.14% from 255 or 21.25% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 237 - color contains mainly: blue. Hex color #B270ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B270ED is #4D8F12. Grayscale: #919191. Windows color (decimal): -5082899 or 15560882. OLE color: 15560882.
HSL color Cylindrical-coordinate representation of color #B270ED: hue angle of 271.68º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B270ED is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 112 | 237 | - |
| CMYK | 0.25 | 0.53 | 0 | 0.07 |
| HSL | 271.68º | 0.78% | 0.68% | - |
| HSV(B) | 271.68º | 0.53% | 0.93% | - |
| XYZ | 39.44 | 27.17 | 83.29 | - |
| YUV | 145.98 | 179.37 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 112 | 237 | 0.25 | 0.53 | 0 | 0.07 | 271.68 | 0.78 | 0.68 |
| Hex | B2 | 70 | ED | 19 | 35 | 0 | 7 | 110 | 4E | 44 |
| Octal | 262 | 160 | 355 | 31 | 65 | 0 | 7 | 420 | 116 | 104 |
| Binary | 10110010 | 1110000 | 11101101 | 11001 | 110101 | 0 | 111 | 100010000 | 1001110 | 1000100 |
Color Harmonies of #B270ED
Complementary color
Monochromatic Colors of #B270ED
Black with #B270ED
Text Example
Text Example
White with #B270ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B270ED; }
p { color: rgb(178,112,237); }
H1.HeaderClassName
{
color: #B270ED;
}
.AnyTagClassName
{
color: #B270ED;
}
</style>
background-color css
<style>
a { background-color: #B270ED; }
a { background-color: rgb(178,112,237); }
div.DivClassName
{
background-color: #B270ED;
}
.BgClassName
{
background-color: #B270ED;
}
</style>
border-color css
<style>
span { border-color: #B270ED; }
span { border-color: rgb(178,112,237); }
td.TdClassName
{
border-color: #B270ED;
}
.TagClassName
{
border-color: #B270ED;
}
</style>