Shades of Medium Orchid #B669E7
Tints of Medium Orchid #B669E7
RGB
CMYK
RGB Variations
Color information
#B669E7 (or 0xB669E7) is known color: Medium Orchid. HEX triplet: B6, 69 and E7. RGB value is (182,105,231). Sum of RGB (Red+Green+Blue) = 182+105+231=518 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.14% from 518); Green value is 105 (41.41% from 255 or 20.27% from 518); Blue value is 231 (90.62% from 255 or 44.59% from 518); Max value from RGB is 231 - color contains mainly: blue. Hex color #B669E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B669E7 is #499618. Grayscale: #8D8D8D. Windows color (decimal): -4822553 or 15165878. OLE color: 15165878.
HSL color Cylindrical-coordinate representation of color #B669E7: hue angle of 276.67º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B669E7 is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 182 | 105 | 231 | - |
| CMYK | 0.21 | 0.55 | 0 | 0.09 |
| HSL | 276.67º | 0.72% | 0.66% | - |
| HSV(B) | 276.67º | 0.55% | 0.91% | - |
| XYZ | 38.77 | 25.82 | 78.54 | - |
| YUV | 142.39 | 178.01 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 105 | 231 | 0.21 | 0.55 | 0 | 0.09 | 276.67 | 0.72 | 0.66 |
| Hex | B6 | 69 | E7 | 15 | 37 | 0 | 9 | 115 | 48 | 42 |
| Octal | 266 | 151 | 347 | 25 | 67 | 0 | 11 | 425 | 110 | 102 |
| Binary | 10110110 | 1101001 | 11100111 | 10101 | 110111 | 0 | 1001 | 100010101 | 1001000 | 1000010 |
Color Harmonies of #B669E7
Complementary color
Monochromatic Colors of #B669E7
Black with #B669E7
Text Example
Text Example
White with #B669E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B669E7; }
p { color: rgb(182,105,231); }
H1.HeaderClassName
{
color: #B669E7;
}
.AnyTagClassName
{
color: #B669E7;
}
</style>
background-color css
<style>
a { background-color: #B669E7; }
a { background-color: rgb(182,105,231); }
div.DivClassName
{
background-color: #B669E7;
}
.BgClassName
{
background-color: #B669E7;
}
</style>
border-color css
<style>
span { border-color: #B669E7; }
span { border-color: rgb(182,105,231); }
td.TdClassName
{
border-color: #B669E7;
}
.TagClassName
{
border-color: #B669E7;
}
</style>