Shades of Medium Purple #B265FE
Tints of Medium Purple #B265FE
RGB
CMYK
RGB Variations
Color information
#B265FE (or 0xB265FE) is known color: Medium Purple. HEX triplet: B2, 65 and FE. RGB value is (178,101,254). Sum of RGB (Red+Green+Blue) = 178+101+254=533 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.40% from 533); Green value is 101 (39.84% from 255 or 18.95% from 533); Blue value is 254 (99.61% from 255 or 47.65% from 533); Max value from RGB is 254 - color contains mainly: blue. Hex color #B265FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B265FE is #4D9A01. Grayscale: #8C8C8C. Windows color (decimal): -5085698 or 16672178. OLE color: 16672178.
HSL color Cylindrical-coordinate representation of color #B265FE: hue angle of 270.2º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B265FE is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 178 | 101 | 254 | - |
| CMYK | 0.30 | 0.60 | 0 | 0.00 |
| HSL | 270.2º | 0.99% | 0.7% | - |
| HSV(B) | 270.2º | 0.6% | 1% | - |
| XYZ | 40.9 | 25.93 | 96.61 | - |
| YUV | 141.47 | 191.51 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 101 | 254 | 0.30 | 0.60 | 0 | 0.00 | 270.2 | 0.99 | 0.7 |
| Hex | B2 | 65 | FE | 1E | 3C | 0 | 0 | 10E | 63 | 46 |
| Octal | 262 | 145 | 376 | 36 | 74 | 0 | 0 | 416 | 143 | 106 |
| Binary | 10110010 | 1100101 | 11111110 | 11110 | 111100 | 0 | 0 | 100001110 | 1100011 | 1000110 |
Color Harmonies of #B265FE
Complementary color
Monochromatic Colors of #B265FE
Black with #B265FE
Text Example
Text Example
White with #B265FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B265FE; }
p { color: rgb(178,101,254); }
H1.HeaderClassName
{
color: #B265FE;
}
.AnyTagClassName
{
color: #B265FE;
}
</style>
background-color css
<style>
a { background-color: #B265FE; }
a { background-color: rgb(178,101,254); }
div.DivClassName
{
background-color: #B265FE;
}
.BgClassName
{
background-color: #B265FE;
}
</style>
border-color css
<style>
span { border-color: #B265FE; }
span { border-color: rgb(178,101,254); }
td.TdClassName
{
border-color: #B265FE;
}
.TagClassName
{
border-color: #B265FE;
}
</style>