Shades of Medium Purple #B264FE
Tints of Medium Purple #B264FE
RGB
CMYK
RGB Variations
Color information
#B264FE (or 0xB264FE) is known color: Medium Purple. HEX triplet: B2, 64 and FE. RGB value is (178,100,254). Sum of RGB (Red+Green+Blue) = 178+100+254=532 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.46% from 532); Green value is 100 (39.45% from 255 or 18.80% from 532); Blue value is 254 (99.61% from 255 or 47.74% from 532); Max value from RGB is 254 - color contains mainly: blue. Hex color #B264FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B264FE is #4D9B01. Grayscale: #8C8C8C. Windows color (decimal): -5085954 or 16671922. OLE color: 16671922.
HSL color Cylindrical-coordinate representation of color #B264FE: hue angle of 270.39º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B264FE is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 178 | 100 | 254 | - |
| CMYK | 0.30 | 0.61 | 0 | 0.00 |
| HSL | 270.39º | 0.99% | 0.69% | - |
| HSV(B) | 270.39º | 0.61% | 1% | - |
| XYZ | 40.81 | 25.74 | 96.58 | - |
| YUV | 140.88 | 191.84 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 100 | 254 | 0.30 | 0.61 | 0 | 0.00 | 270.39 | 0.99 | 0.69 |
| Hex | B2 | 64 | FE | 1E | 3D | 0 | 0 | 10E | 63 | 45 |
| Octal | 262 | 144 | 376 | 36 | 75 | 0 | 0 | 416 | 143 | 105 |
| Binary | 10110010 | 1100100 | 11111110 | 11110 | 111101 | 0 | 0 | 100001110 | 1100011 | 1000101 |
Color Harmonies of #B264FE
Complementary color
Monochromatic Colors of #B264FE
Black with #B264FE
Text Example
Text Example
White with #B264FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B264FE; }
p { color: rgb(178,100,254); }
H1.HeaderClassName
{
color: #B264FE;
}
.AnyTagClassName
{
color: #B264FE;
}
</style>
background-color css
<style>
a { background-color: #B264FE; }
a { background-color: rgb(178,100,254); }
div.DivClassName
{
background-color: #B264FE;
}
.BgClassName
{
background-color: #B264FE;
}
</style>
border-color css
<style>
span { border-color: #B264FE; }
span { border-color: rgb(178,100,254); }
td.TdClassName
{
border-color: #B264FE;
}
.TagClassName
{
border-color: #B264FE;
}
</style>