Shades of Medium Orchid #B069E4
Tints of Medium Orchid #B069E4
RGB
CMYK
RGB Variations
Color information
#B069E4 (or 0xB069E4) is known color: Medium Orchid. HEX triplet: B0, 69 and E4. RGB value is (176,105,228). Sum of RGB (Red+Green+Blue) = 176+105+228=509 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.58% from 509); Green value is 105 (41.41% from 255 or 20.63% from 509); Blue value is 228 (89.45% from 255 or 44.79% from 509); Max value from RGB is 228 - color contains mainly: blue. Hex color #B069E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B069E4 is #4F961B. Grayscale: #8B8B8B. Windows color (decimal): -5215772 or 14969264. OLE color: 14969264.
HSL color Cylindrical-coordinate representation of color #B069E4: hue angle of 274.63º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B069E4 is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 176 | 105 | 228 | - |
| CMYK | 0.23 | 0.54 | 0 | 0.11 |
| HSL | 274.63º | 0.69% | 0.65% | - |
| HSV(B) | 274.63º | 0.54% | 0.89% | - |
| XYZ | 36.96 | 24.93 | 76.26 | - |
| YUV | 140.25 | 177.52 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 105 | 228 | 0.23 | 0.54 | 0 | 0.11 | 274.63 | 0.69 | 0.65 |
| Hex | B0 | 69 | E4 | 17 | 36 | 0 | B | 113 | 45 | 41 |
| Octal | 260 | 151 | 344 | 27 | 66 | 0 | 13 | 423 | 105 | 101 |
| Binary | 10110000 | 1101001 | 11100100 | 10111 | 110110 | 0 | 1011 | 100010011 | 1000101 | 1000001 |
Color Harmonies of #B069E4
Complementary color
Monochromatic Colors of #B069E4
Black with #B069E4
Text Example
Text Example
White with #B069E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B069E4; }
p { color: rgb(176,105,228); }
H1.HeaderClassName
{
color: #B069E4;
}
.AnyTagClassName
{
color: #B069E4;
}
</style>
background-color css
<style>
a { background-color: #B069E4; }
a { background-color: rgb(176,105,228); }
div.DivClassName
{
background-color: #B069E4;
}
.BgClassName
{
background-color: #B069E4;
}
</style>
border-color css
<style>
span { border-color: #B069E4; }
span { border-color: rgb(176,105,228); }
td.TdClassName
{
border-color: #B069E4;
}
.TagClassName
{
border-color: #B069E4;
}
</style>