Shades of Medium Purple #B262FE
Tints of Medium Purple #B262FE
RGB
CMYK
RGB Variations
Color information
#B262FE (or 0xB262FE) is known color: Medium Purple. HEX triplet: B2, 62 and FE. RGB value is (178,98,254). Sum of RGB (Red+Green+Blue) = 178+98+254=530 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.58% from 530); Green value is 98 (38.67% from 255 or 18.49% from 530); Blue value is 254 (99.61% from 255 or 47.92% from 530); Max value from RGB is 254 - color contains mainly: blue. Hex color #B262FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B262FE is #4D9D01. Grayscale: #8B8B8B. Windows color (decimal): -5086466 or 16671410. OLE color: 16671410.
HSL color Cylindrical-coordinate representation of color #B262FE: hue angle of 270.77º 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 #B262FE is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 178 | 98 | 254 | - |
| CMYK | 0.30 | 0.61 | 0 | 0.00 |
| HSL | 270.77º | 0.99% | 0.69% | - |
| HSV(B) | 270.77º | 0.61% | 1% | - |
| XYZ | 40.62 | 25.36 | 96.52 | - |
| YUV | 139.7 | 192.5 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 98 | 254 | 0.30 | 0.61 | 0 | 0.00 | 270.77 | 0.99 | 0.69 |
| Hex | B2 | 62 | FE | 1E | 3D | 0 | 0 | 10F | 63 | 45 |
| Octal | 262 | 142 | 376 | 36 | 75 | 0 | 0 | 417 | 143 | 105 |
| Binary | 10110010 | 1100010 | 11111110 | 11110 | 111101 | 0 | 0 | 100001111 | 1100011 | 1000101 |
Color Harmonies of #B262FE
Complementary color
Monochromatic Colors of #B262FE
Black with #B262FE
Text Example
Text Example
White with #B262FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B262FE; }
p { color: rgb(178,98,254); }
H1.HeaderClassName
{
color: #B262FE;
}
.AnyTagClassName
{
color: #B262FE;
}
</style>
background-color css
<style>
a { background-color: #B262FE; }
a { background-color: rgb(178,98,254); }
div.DivClassName
{
background-color: #B262FE;
}
.BgClassName
{
background-color: #B262FE;
}
</style>
border-color css
<style>
span { border-color: #B262FE; }
span { border-color: rgb(178,98,254); }
td.TdClassName
{
border-color: #B262FE;
}
.TagClassName
{
border-color: #B262FE;
}
</style>