Shades of Medium Orchid #B669EA
Tints of Medium Orchid #B669EA
RGB
CMYK
RGB Variations
Color information
#B669EA (or 0xB669EA) is known color: Medium Orchid. HEX triplet: B6, 69 and EA. RGB value is (182,105,234). Sum of RGB (Red+Green+Blue) = 182+105+234=521 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.93% from 521); Green value is 105 (41.41% from 255 or 20.15% from 521); Blue value is 234 (91.80% from 255 or 44.91% from 521); Max value from RGB is 234 - color contains mainly: blue. Hex color #B669EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B669EA is #499615. Grayscale: #8E8E8E. Windows color (decimal): -4822550 or 15362486. OLE color: 15362486.
HSL color Cylindrical-coordinate representation of color #B669EA: hue angle of 275.81º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B669EA is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 182 | 105 | 234 | - |
| CMYK | 0.22 | 0.55 | 0 | 0.08 |
| HSL | 275.81º | 0.75% | 0.66% | - |
| HSV(B) | 275.81º | 0.55% | 0.92% | - |
| XYZ | 39.19 | 25.99 | 80.79 | - |
| YUV | 142.73 | 179.51 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 105 | 234 | 0.22 | 0.55 | 0 | 0.08 | 275.81 | 0.75 | 0.66 |
| Hex | B6 | 69 | EA | 16 | 37 | 0 | 8 | 114 | 4B | 42 |
| Octal | 266 | 151 | 352 | 26 | 67 | 0 | 10 | 424 | 113 | 102 |
| Binary | 10110110 | 1101001 | 11101010 | 10110 | 110111 | 0 | 1000 | 100010100 | 1001011 | 1000010 |
Color Harmonies of #B669EA
Complementary color
Monochromatic Colors of #B669EA
Black with #B669EA
Text Example
Text Example
White with #B669EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B669EA; }
p { color: rgb(182,105,234); }
H1.HeaderClassName
{
color: #B669EA;
}
.AnyTagClassName
{
color: #B669EA;
}
</style>
background-color css
<style>
a { background-color: #B669EA; }
a { background-color: rgb(182,105,234); }
div.DivClassName
{
background-color: #B669EA;
}
.BgClassName
{
background-color: #B669EA;
}
</style>
border-color css
<style>
span { border-color: #B669EA; }
span { border-color: rgb(182,105,234); }
td.TdClassName
{
border-color: #B669EA;
}
.TagClassName
{
border-color: #B669EA;
}
</style>