Shades of Medium Orchid #B669F6
Tints of Medium Orchid #B669F6
RGB
CMYK
RGB Variations
Color information
#B669F6 (or 0xB669F6) is known color: Medium Orchid. HEX triplet: B6, 69 and F6. RGB value is (182,105,246). Sum of RGB (Red+Green+Blue) = 182+105+246=533 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.15% from 533); Green value is 105 (41.41% from 255 or 19.70% from 533); Blue value is 246 (96.48% from 255 or 46.15% from 533); Max value from RGB is 246 - color contains mainly: blue. Hex color #B669F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B669F6 is #499609. Grayscale: #8F8F8F. Windows color (decimal): -4822538 or 16148918. OLE color: 16148918.
HSL color Cylindrical-coordinate representation of color #B669F6: hue angle of 272.77º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B669F6 is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 182 | 105 | 246 | - |
| CMYK | 0.26 | 0.57 | 0 | 0.04 |
| HSL | 272.77º | 0.89% | 0.69% | - |
| HSV(B) | 272.77º | 0.57% | 0.96% | - |
| XYZ | 40.98 | 26.7 | 90.18 | - |
| YUV | 144.1 | 185.51 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 105 | 246 | 0.26 | 0.57 | 0 | 0.04 | 272.77 | 0.89 | 0.69 |
| Hex | B6 | 69 | F6 | 1A | 39 | 0 | 4 | 111 | 59 | 45 |
| Octal | 266 | 151 | 366 | 32 | 71 | 0 | 4 | 421 | 131 | 105 |
| Binary | 10110110 | 1101001 | 11110110 | 11010 | 111001 | 0 | 100 | 100010001 | 1011001 | 1000101 |
Color Harmonies of #B669F6
Complementary color
Monochromatic Colors of #B669F6
Black with #B669F6
Text Example
Text Example
White with #B669F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B669F6; }
p { color: rgb(182,105,246); }
H1.HeaderClassName
{
color: #B669F6;
}
.AnyTagClassName
{
color: #B669F6;
}
</style>
background-color css
<style>
a { background-color: #B669F6; }
a { background-color: rgb(182,105,246); }
div.DivClassName
{
background-color: #B669F6;
}
.BgClassName
{
background-color: #B669F6;
}
</style>
border-color css
<style>
span { border-color: #B669F6; }
span { border-color: rgb(182,105,246); }
td.TdClassName
{
border-color: #B669F6;
}
.TagClassName
{
border-color: #B669F6;
}
</style>