Shades of Medium Purple #B270EE
Tints of Medium Purple #B270EE
RGB
CMYK
RGB Variations
Color information
#B270EE (or 0xB270EE) is known color: Medium Purple. HEX triplet: B2, 70 and EE. RGB value is (178,112,238). Sum of RGB (Red+Green+Blue) = 178+112+238=528 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.71% from 528); Green value is 112 (44.14% from 255 or 21.21% from 528); Blue value is 238 (93.36% from 255 or 45.08% from 528); Max value from RGB is 238 - color contains mainly: blue. Hex color #B270EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B270EE is #4D8F11. Grayscale: #919191. Windows color (decimal): -5082898 or 15626418. OLE color: 15626418.
HSL color Cylindrical-coordinate representation of color #B270EE: hue angle of 271.43º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B270EE is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 112 | 238 | - |
| CMYK | 0.25 | 0.53 | 0 | 0.07 |
| HSL | 271.43º | 0.79% | 0.69% | - |
| HSV(B) | 271.43º | 0.53% | 0.93% | - |
| XYZ | 39.59 | 27.23 | 84.06 | - |
| YUV | 146.1 | 179.87 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 112 | 238 | 0.25 | 0.53 | 0 | 0.07 | 271.43 | 0.79 | 0.69 |
| Hex | B2 | 70 | EE | 19 | 35 | 0 | 7 | 10F | 4F | 45 |
| Octal | 262 | 160 | 356 | 31 | 65 | 0 | 7 | 417 | 117 | 105 |
| Binary | 10110010 | 1110000 | 11101110 | 11001 | 110101 | 0 | 111 | 100001111 | 1001111 | 1000101 |
Color Harmonies of #B270EE
Complementary color
Monochromatic Colors of #B270EE
Black with #B270EE
Text Example
Text Example
White with #B270EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B270EE; }
p { color: rgb(178,112,238); }
H1.HeaderClassName
{
color: #B270EE;
}
.AnyTagClassName
{
color: #B270EE;
}
</style>
background-color css
<style>
a { background-color: #B270EE; }
a { background-color: rgb(178,112,238); }
div.DivClassName
{
background-color: #B270EE;
}
.BgClassName
{
background-color: #B270EE;
}
</style>
border-color css
<style>
span { border-color: #B270EE; }
span { border-color: rgb(178,112,238); }
td.TdClassName
{
border-color: #B270EE;
}
.TagClassName
{
border-color: #B270EE;
}
</style>