Shades of Medium Purple #B269F2
Tints of Medium Purple #B269F2
RGB
CMYK
RGB Variations
Color information
#B269F2 (or 0xB269F2) is known color: Medium Purple. HEX triplet: B2, 69 and F2. RGB value is (178,105,242). Sum of RGB (Red+Green+Blue) = 178+105+242=525 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.90% from 525); Green value is 105 (41.41% from 255 or 20% from 525); Blue value is 242 (94.92% from 255 or 46.10% from 525); Max value from RGB is 242 - color contains mainly: blue. Hex color #B269F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B269F2 is #4D960D. Grayscale: #8D8D8D. Windows color (decimal): -5084686 or 15886770. OLE color: 15886770.
HSL color Cylindrical-coordinate representation of color #B269F2: hue angle of 271.97º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B269F2 is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 105 | 242 | - |
| CMYK | 0.26 | 0.57 | 0 | 0.05 |
| HSL | 271.97º | 0.84% | 0.68% | - |
| HSV(B) | 271.97º | 0.57% | 0.95% | - |
| XYZ | 39.44 | 25.98 | 86.94 | - |
| YUV | 142.45 | 184.18 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 105 | 242 | 0.26 | 0.57 | 0 | 0.05 | 271.97 | 0.84 | 0.68 |
| Hex | B2 | 69 | F2 | 1A | 39 | 0 | 5 | 110 | 54 | 44 |
| Octal | 262 | 151 | 362 | 32 | 71 | 0 | 5 | 420 | 124 | 104 |
| Binary | 10110010 | 1101001 | 11110010 | 11010 | 111001 | 0 | 101 | 100010000 | 1010100 | 1000100 |
Color Harmonies of #B269F2
Complementary color
Monochromatic Colors of #B269F2
Black with #B269F2
Text Example
Text Example
White with #B269F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B269F2; }
p { color: rgb(178,105,242); }
H1.HeaderClassName
{
color: #B269F2;
}
.AnyTagClassName
{
color: #B269F2;
}
</style>
background-color css
<style>
a { background-color: #B269F2; }
a { background-color: rgb(178,105,242); }
div.DivClassName
{
background-color: #B269F2;
}
.BgClassName
{
background-color: #B269F2;
}
</style>
border-color css
<style>
span { border-color: #B269F2; }
span { border-color: rgb(178,105,242); }
td.TdClassName
{
border-color: #B269F2;
}
.TagClassName
{
border-color: #B269F2;
}
</style>