Shades of Medium Purple #B278FF
Tints of Medium Purple #B278FF
RGB
CMYK
RGB Variations
Color information
#B278FF (or 0xB278FF) is known color: Medium Purple. HEX triplet: B2, 78 and FF. RGB value is (178,120,255). Sum of RGB (Red+Green+Blue) = 178+120+255=553 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.19% from 553); Green value is 120 (47.27% from 255 or 21.70% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #B278FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B278FF is #4D8700. Grayscale: #989898. Windows color (decimal): -5080833 or 16742578. OLE color: 16742578.
HSL color Cylindrical-coordinate representation of color #B278FF: hue angle of 265.78º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B278FF is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 120 | 255 | - |
| CMYK | 0.30 | 0.53 | 0 | 0 |
| HSL | 265.78º | 1% | 0.74% | - |
| HSV(B) | 265.78º | 0.53% | 1% | - |
| XYZ | 43.13 | 30.12 | 98.15 | - |
| YUV | 152.73 | 185.72 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 120 | 255 | 0.30 | 0.53 | 0 | 0 | 265.78 | 1 | 0.74 |
| Hex | B2 | 78 | FF | 1E | 35 | 0 | 0 | 10A | 64 | 4A |
| Octal | 262 | 170 | 377 | 36 | 65 | 0 | 0 | 412 | 144 | 112 |
| Binary | 10110010 | 1111000 | 11111111 | 11110 | 110101 | 0 | 0 | 100001010 | 1100100 | 1001010 |
Color Harmonies of #B278FF
Complementary color
Monochromatic Colors of #B278FF
Black with #B278FF
Text Example
Text Example
White with #B278FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B278FF; }
p { color: rgb(178,120,255); }
H1.HeaderClassName
{
color: #B278FF;
}
.AnyTagClassName
{
color: #B278FF;
}
</style>
background-color css
<style>
a { background-color: #B278FF; }
a { background-color: rgb(178,120,255); }
div.DivClassName
{
background-color: #B278FF;
}
.BgClassName
{
background-color: #B278FF;
}
</style>
border-color css
<style>
span { border-color: #B278FF; }
span { border-color: rgb(178,120,255); }
td.TdClassName
{
border-color: #B278FF;
}
.TagClassName
{
border-color: #B278FF;
}
</style>