Shades of Medium Orchid #B669F0
Tints of Medium Orchid #B669F0
RGB
CMYK
RGB Variations
Color information
#B669F0 (or 0xB669F0) is known color: Medium Orchid. HEX triplet: B6, 69 and F0. RGB value is (182,105,240). Sum of RGB (Red+Green+Blue) = 182+105+240=527 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.54% from 527); Green value is 105 (41.41% from 255 or 19.92% from 527); Blue value is 240 (94.14% from 255 or 45.54% from 527); Max value from RGB is 240 - color contains mainly: blue. Hex color #B669F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B669F0 is #49960F. Grayscale: #8E8E8E. Windows color (decimal): -4822544 or 15755702. OLE color: 15755702.
HSL color Cylindrical-coordinate representation of color #B669F0: hue angle of 274.22º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B669F0 is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 182 | 105 | 240 | - |
| CMYK | 0.24 | 0.56 | 0 | 0.06 |
| HSL | 274.22º | 0.82% | 0.68% | - |
| HSV(B) | 274.22º | 0.56% | 0.94% | - |
| XYZ | 40.07 | 26.34 | 85.41 | - |
| YUV | 143.41 | 182.51 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 105 | 240 | 0.24 | 0.56 | 0 | 0.06 | 274.22 | 0.82 | 0.68 |
| Hex | B6 | 69 | F0 | 18 | 38 | 0 | 6 | 112 | 52 | 44 |
| Octal | 266 | 151 | 360 | 30 | 70 | 0 | 6 | 422 | 122 | 104 |
| Binary | 10110110 | 1101001 | 11110000 | 11000 | 111000 | 0 | 110 | 100010010 | 1010010 | 1000100 |
Color Harmonies of #B669F0
Complementary color
Monochromatic Colors of #B669F0
Black with #B669F0
Text Example
Text Example
White with #B669F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B669F0; }
p { color: rgb(182,105,240); }
H1.HeaderClassName
{
color: #B669F0;
}
.AnyTagClassName
{
color: #B669F0;
}
</style>
background-color css
<style>
a { background-color: #B669F0; }
a { background-color: rgb(182,105,240); }
div.DivClassName
{
background-color: #B669F0;
}
.BgClassName
{
background-color: #B669F0;
}
</style>
border-color css
<style>
span { border-color: #B669F0; }
span { border-color: rgb(182,105,240); }
td.TdClassName
{
border-color: #B669F0;
}
.TagClassName
{
border-color: #B669F0;
}
</style>