Shades of Medium Orchid #B672E7
Tints of Medium Orchid #B672E7
RGB
CMYK
RGB Variations
Color information
#B672E7 (or 0xB672E7) is known color: Medium Orchid. HEX triplet: B6, 72 and E7. RGB value is (182,114,231). Sum of RGB (Red+Green+Blue) = 182+114+231=527 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.54% from 527); Green value is 114 (44.92% from 255 or 21.63% from 527); Blue value is 231 (90.62% from 255 or 43.83% from 527); Max value from RGB is 231 - color contains mainly: blue. Hex color #B672E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B672E7 is #498D18. Grayscale: #939393. Windows color (decimal): -4820249 or 15168182. OLE color: 15168182.
HSL color Cylindrical-coordinate representation of color #B672E7: hue angle of 274.87º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B672E7 is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 182 | 114 | 231 | - |
| CMYK | 0.21 | 0.51 | 0 | 0.09 |
| HSL | 274.87º | 0.71% | 0.68% | - |
| HSV(B) | 274.87º | 0.51% | 0.91% | - |
| XYZ | 39.73 | 27.75 | 78.86 | - |
| YUV | 147.67 | 175.03 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 114 | 231 | 0.21 | 0.51 | 0 | 0.09 | 274.87 | 0.71 | 0.68 |
| Hex | B6 | 72 | E7 | 15 | 33 | 0 | 9 | 113 | 47 | 44 |
| Octal | 266 | 162 | 347 | 25 | 63 | 0 | 11 | 423 | 107 | 104 |
| Binary | 10110110 | 1110010 | 11100111 | 10101 | 110011 | 0 | 1001 | 100010011 | 1000111 | 1000100 |
Color Harmonies of #B672E7
Complementary color
Monochromatic Colors of #B672E7
Black with #B672E7
Text Example
Text Example
White with #B672E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B672E7; }
p { color: rgb(182,114,231); }
H1.HeaderClassName
{
color: #B672E7;
}
.AnyTagClassName
{
color: #B672E7;
}
</style>
background-color css
<style>
a { background-color: #B672E7; }
a { background-color: rgb(182,114,231); }
div.DivClassName
{
background-color: #B672E7;
}
.BgClassName
{
background-color: #B672E7;
}
</style>
border-color css
<style>
span { border-color: #B672E7; }
span { border-color: rgb(182,114,231); }
td.TdClassName
{
border-color: #B672E7;
}
.TagClassName
{
border-color: #B672E7;
}
</style>