Shades of Medium Orchid #B669EE
Tints of Medium Orchid #B669EE
RGB
CMYK
RGB Variations
Color information
#B669EE (or 0xB669EE) is known color: Medium Orchid. HEX triplet: B6, 69 and EE. RGB value is (182,105,238). Sum of RGB (Red+Green+Blue) = 182+105+238=525 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.67% from 525); Green value is 105 (41.41% from 255 or 20% from 525); Blue value is 238 (93.36% from 255 or 45.33% from 525); Max value from RGB is 238 - color contains mainly: blue. Hex color #B669EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B669EE is #499611. Grayscale: #8E8E8E. Windows color (decimal): -4822546 or 15624630. OLE color: 15624630.
HSL color Cylindrical-coordinate representation of color #B669EE: hue angle of 274.74º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B669EE is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 105 | 238 | - |
| CMYK | 0.24 | 0.56 | 0 | 0.07 |
| HSL | 274.74º | 0.8% | 0.67% | - |
| HSV(B) | 274.74º | 0.56% | 0.93% | - |
| XYZ | 39.78 | 26.22 | 83.85 | - |
| YUV | 143.19 | 181.51 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 105 | 238 | 0.24 | 0.56 | 0 | 0.07 | 274.74 | 0.8 | 0.67 |
| Hex | B6 | 69 | EE | 18 | 38 | 0 | 7 | 113 | 50 | 43 |
| Octal | 266 | 151 | 356 | 30 | 70 | 0 | 7 | 423 | 120 | 103 |
| Binary | 10110110 | 1101001 | 11101110 | 11000 | 111000 | 0 | 111 | 100010011 | 1010000 | 1000011 |
Color Harmonies of #B669EE
Complementary color
Monochromatic Colors of #B669EE
Black with #B669EE
Text Example
Text Example
White with #B669EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B669EE; }
p { color: rgb(182,105,238); }
H1.HeaderClassName
{
color: #B669EE;
}
.AnyTagClassName
{
color: #B669EE;
}
</style>
background-color css
<style>
a { background-color: #B669EE; }
a { background-color: rgb(182,105,238); }
div.DivClassName
{
background-color: #B669EE;
}
.BgClassName
{
background-color: #B669EE;
}
</style>
border-color css
<style>
span { border-color: #B669EE; }
span { border-color: rgb(182,105,238); }
td.TdClassName
{
border-color: #B669EE;
}
.TagClassName
{
border-color: #B669EE;
}
</style>