Shades of Medium Purple #B264FF
Tints of Medium Purple #B264FF
RGB
CMYK
RGB Variations
Color information
#B264FF (or 0xB264FF) is known color: Medium Purple. HEX triplet: B2, 64 and FF. RGB value is (178,100,255). Sum of RGB (Red+Green+Blue) = 178+100+255=533 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.40% from 533); Green value is 100 (39.45% from 255 or 18.76% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #B264FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B264FF is #4D9B00. Grayscale: #8C8C8C. Windows color (decimal): -5085953 or 16737458. OLE color: 16737458.
HSL color Cylindrical-coordinate representation of color #B264FF: hue angle of 270.19º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B264FF is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 100 | 255 | - |
| CMYK | 0.30 | 0.61 | 0 | 0 |
| HSL | 270.19º | 1% | 0.7% | - |
| HSV(B) | 270.19º | 0.61% | 1% | - |
| XYZ | 40.97 | 25.8 | 97.43 | - |
| YUV | 140.99 | 192.34 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 100 | 255 | 0.30 | 0.61 | 0 | 0 | 270.19 | 1 | 0.7 |
| Hex | B2 | 64 | FF | 1E | 3D | 0 | 0 | 10E | 64 | 46 |
| Octal | 262 | 144 | 377 | 36 | 75 | 0 | 0 | 416 | 144 | 106 |
| Binary | 10110010 | 1100100 | 11111111 | 11110 | 111101 | 0 | 0 | 100001110 | 1100100 | 1000110 |
Color Harmonies of #B264FF
Complementary color
Monochromatic Colors of #B264FF
Black with #B264FF
Text Example
Text Example
White with #B264FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B264FF; }
p { color: rgb(178,100,255); }
H1.HeaderClassName
{
color: #B264FF;
}
.AnyTagClassName
{
color: #B264FF;
}
</style>
background-color css
<style>
a { background-color: #B264FF; }
a { background-color: rgb(178,100,255); }
div.DivClassName
{
background-color: #B264FF;
}
.BgClassName
{
background-color: #B264FF;
}
</style>
border-color css
<style>
span { border-color: #B264FF; }
span { border-color: rgb(178,100,255); }
td.TdClassName
{
border-color: #B264FF;
}
.TagClassName
{
border-color: #B264FF;
}
</style>