Shades of Medium Purple #B27BFD
Tints of Medium Purple #B27BFD
RGB
CMYK
RGB Variations
Color information
#B27BFD (or 0xB27BFD) is known color: Medium Purple. HEX triplet: B2, 7B and FD. RGB value is (178,123,253). Sum of RGB (Red+Green+Blue) = 178+123+253=554 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.13% from 554); Green value is 123 (48.44% from 255 or 22.20% from 554); Blue value is 253 (99.22% from 255 or 45.67% from 554); Max value from RGB is 253 - color contains mainly: blue. Hex color #B27BFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B27BFD is #4D8402. Grayscale: #999999. Windows color (decimal): -5080067 or 16612274. OLE color: 16612274.
HSL color Cylindrical-coordinate representation of color #B27BFD: hue angle of 265.38º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B27BFD is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 123 | 253 | - |
| CMYK | 0.30 | 0.51 | 0 | 0.01 |
| HSL | 265.38º | 0.97% | 0.74% | - |
| HSV(B) | 265.38º | 0.51% | 0.99% | - |
| XYZ | 43.17 | 30.72 | 96.58 | - |
| YUV | 154.27 | 183.72 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 123 | 253 | 0.30 | 0.51 | 0 | 0.01 | 265.38 | 0.97 | 0.74 |
| Hex | B2 | 7B | FD | 1E | 33 | 0 | 1 | 109 | 61 | 4A |
| Octal | 262 | 173 | 375 | 36 | 63 | 0 | 1 | 411 | 141 | 112 |
| Binary | 10110010 | 1111011 | 11111101 | 11110 | 110011 | 0 | 1 | 100001001 | 1100001 | 1001010 |
Color Harmonies of #B27BFD
Complementary color
Monochromatic Colors of #B27BFD
Black with #B27BFD
Text Example
Text Example
White with #B27BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27BFD; }
p { color: rgb(178,123,253); }
H1.HeaderClassName
{
color: #B27BFD;
}
.AnyTagClassName
{
color: #B27BFD;
}
</style>
background-color css
<style>
a { background-color: #B27BFD; }
a { background-color: rgb(178,123,253); }
div.DivClassName
{
background-color: #B27BFD;
}
.BgClassName
{
background-color: #B27BFD;
}
</style>
border-color css
<style>
span { border-color: #B27BFD; }
span { border-color: rgb(178,123,253); }
td.TdClassName
{
border-color: #B27BFD;
}
.TagClassName
{
border-color: #B27BFD;
}
</style>