Shades of Medium Purple #B674ED
Tints of Medium Purple #B674ED
RGB
CMYK
RGB Variations
Color information
#B674ED (or 0xB674ED) is known color: Medium Purple. HEX triplet: B6, 74 and ED. RGB value is (182,116,237). Sum of RGB (Red+Green+Blue) = 182+116+237=535 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.02% from 535); Green value is 116 (45.70% from 255 or 21.68% from 535); Blue value is 237 (92.97% from 255 or 44.30% from 535); Max value from RGB is 237 - color contains mainly: blue. Hex color #B674ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B674ED is #498B12. Grayscale: #959595. Windows color (decimal): -4819731 or 15561910. OLE color: 15561910.
HSL color Cylindrical-coordinate representation of color #B674ED: hue angle of 272.73º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B674ED is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 116 | 237 | - |
| CMYK | 0.23 | 0.51 | 0 | 0.07 |
| HSL | 272.73º | 0.77% | 0.69% | - |
| HSV(B) | 272.73º | 0.51% | 0.93% | - |
| XYZ | 40.82 | 28.55 | 83.48 | - |
| YUV | 149.53 | 177.37 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 116 | 237 | 0.23 | 0.51 | 0 | 0.07 | 272.73 | 0.77 | 0.69 |
| Hex | B6 | 74 | ED | 17 | 33 | 0 | 7 | 111 | 4D | 45 |
| Octal | 266 | 164 | 355 | 27 | 63 | 0 | 7 | 421 | 115 | 105 |
| Binary | 10110110 | 1110100 | 11101101 | 10111 | 110011 | 0 | 111 | 100010001 | 1001101 | 1000101 |
Color Harmonies of #B674ED
Complementary color
Monochromatic Colors of #B674ED
Black with #B674ED
Text Example
Text Example
White with #B674ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B674ED; }
p { color: rgb(182,116,237); }
H1.HeaderClassName
{
color: #B674ED;
}
.AnyTagClassName
{
color: #B674ED;
}
</style>
background-color css
<style>
a { background-color: #B674ED; }
a { background-color: rgb(182,116,237); }
div.DivClassName
{
background-color: #B674ED;
}
.BgClassName
{
background-color: #B674ED;
}
</style>
border-color css
<style>
span { border-color: #B674ED; }
span { border-color: rgb(182,116,237); }
td.TdClassName
{
border-color: #B674ED;
}
.TagClassName
{
border-color: #B674ED;
}
</style>