Shades of Medium Orchid #B469EC
Tints of Medium Orchid #B469EC
RGB
CMYK
RGB Variations
Color information
#B469EC (or 0xB469EC) is known color: Medium Orchid. HEX triplet: B4, 69 and EC. RGB value is (180,105,236). Sum of RGB (Red+Green+Blue) = 180+105+236=521 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.55% from 521); Green value is 105 (41.41% from 255 or 20.15% from 521); Blue value is 236 (92.58% from 255 or 45.30% from 521); Max value from RGB is 236 - color contains mainly: blue. Hex color #B469EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B469EC is #4B9613. Grayscale: #8D8D8D. Windows color (decimal): -4953620 or 15493556. OLE color: 15493556.
HSL color Cylindrical-coordinate representation of color #B469EC: hue angle of 274.35º degrees, saturation: 0.78, 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 #B469EC is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 105 | 236 | - |
| CMYK | 0.24 | 0.56 | 0 | 0.07 |
| HSL | 274.35º | 0.78% | 0.67% | - |
| HSV(B) | 274.35º | 0.56% | 0.93% | - |
| XYZ | 39.01 | 25.86 | 82.29 | - |
| YUV | 142.36 | 180.85 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 105 | 236 | 0.24 | 0.56 | 0 | 0.07 | 274.35 | 0.78 | 0.67 |
| Hex | B4 | 69 | EC | 18 | 38 | 0 | 7 | 112 | 4E | 43 |
| Octal | 264 | 151 | 354 | 30 | 70 | 0 | 7 | 422 | 116 | 103 |
| Binary | 10110100 | 1101001 | 11101100 | 11000 | 111000 | 0 | 111 | 100010010 | 1001110 | 1000011 |
Color Harmonies of #B469EC
Complementary color
Monochromatic Colors of #B469EC
Black with #B469EC
Text Example
Text Example
White with #B469EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B469EC; }
p { color: rgb(180,105,236); }
H1.HeaderClassName
{
color: #B469EC;
}
.AnyTagClassName
{
color: #B469EC;
}
</style>
background-color css
<style>
a { background-color: #B469EC; }
a { background-color: rgb(180,105,236); }
div.DivClassName
{
background-color: #B469EC;
}
.BgClassName
{
background-color: #B469EC;
}
</style>
border-color css
<style>
span { border-color: #B469EC; }
span { border-color: rgb(180,105,236); }
td.TdClassName
{
border-color: #B469EC;
}
.TagClassName
{
border-color: #B469EC;
}
</style>