Shades of Medium Purple #B268FC
Tints of Medium Purple #B268FC
RGB
CMYK
RGB Variations
Color information
#B268FC (or 0xB268FC) is known color: Medium Purple. HEX triplet: B2, 68 and FC. RGB value is (178,104,252). Sum of RGB (Red+Green+Blue) = 178+104+252=534 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.33% from 534); Green value is 104 (41.02% from 255 or 19.48% from 534); Blue value is 252 (98.83% from 255 or 47.19% from 534); Max value from RGB is 252 - color contains mainly: blue. Hex color #B268FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B268FC is #4D9703. Grayscale: #8E8E8E. Windows color (decimal): -5084932 or 16541874. OLE color: 16541874.
HSL color Cylindrical-coordinate representation of color #B268FC: hue angle of 270º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B268FC is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 104 | 252 | - |
| CMYK | 0.29 | 0.59 | 0 | 0.01 |
| HSL | 270º | 0.96% | 0.7% | - |
| HSV(B) | 270º | 0.59% | 0.99% | - |
| XYZ | 40.88 | 26.39 | 95.04 | - |
| YUV | 143 | 189.52 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 104 | 252 | 0.29 | 0.59 | 0 | 0.01 | 270 | 0.96 | 0.7 |
| Hex | B2 | 68 | FC | 1D | 3B | 0 | 1 | 10E | 60 | 46 |
| Octal | 262 | 150 | 374 | 35 | 73 | 0 | 1 | 416 | 140 | 106 |
| Binary | 10110010 | 1101000 | 11111100 | 11101 | 111011 | 0 | 1 | 100001110 | 1100000 | 1000110 |
Color Harmonies of #B268FC
Complementary color
Monochromatic Colors of #B268FC
Black with #B268FC
Text Example
Text Example
White with #B268FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B268FC; }
p { color: rgb(178,104,252); }
H1.HeaderClassName
{
color: #B268FC;
}
.AnyTagClassName
{
color: #B268FC;
}
</style>
background-color css
<style>
a { background-color: #B268FC; }
a { background-color: rgb(178,104,252); }
div.DivClassName
{
background-color: #B268FC;
}
.BgClassName
{
background-color: #B268FC;
}
</style>
border-color css
<style>
span { border-color: #B268FC; }
span { border-color: rgb(178,104,252); }
td.TdClassName
{
border-color: #B268FC;
}
.TagClassName
{
border-color: #B268FC;
}
</style>